Heureka API .NET Documentation
InitialHeightModel Property



Initial Height Model
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<ObsoleteAttribute()>
Public Property InitialHeightModel As HeightInitModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As HeightInitModelType
 
instance.InitialHeightModel = value
 
value = instance.InitialHeightModel
[Browsable(false)]
[Obsolete()]
public HeightInitModelType InitialHeightModel {get; set;}
[Browsable(false)]
[Obsolete()]
public:
property HeightInitModelType InitialHeightModel {
   HeightInitModelType get();
   void set (    HeightInitModelType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductionModelControlTable Class
ProductionModelControlTable Members

Send Feedback