Heureka API .NET Documentation
SaplingDiameterModel Property



Sapling Diameter Model
Syntax
'Declaration
 
<DescriptionAttribute("Model for assigning sapling diameter (based on height-diameter relation)")>
<CategoryAttribute("3. Regeneration")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Sapling Diameter Model")>
<PropertyOrderAttribute(70)>
Public Property SaplingDiameterModel As SaplingDiameterModelType
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As SaplingDiameterModelType
 
instance.SaplingDiameterModel = value
 
value = instance.SaplingDiameterModel
[Description("Model for assigning sapling diameter (based on height-diameter relation)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Sapling Diameter Model")]
[PropertyOrder(70)]
public SaplingDiameterModelType SaplingDiameterModel {get; set;}
[Description("Model for assigning sapling diameter (based on height-diameter relation)")]
[Category("3. Regeneration")]
[DefaultValue()]
[DisplayName("Sapling Diameter Model")]
[PropertyOrder(70)]
public:
property SaplingDiameterModelType SaplingDiameterModel {
   SaplingDiameterModelType get();
   void set (    SaplingDiameterModelType 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