Heureka API .NET Documentation
InitialHeightSource Property



Initial Height - get from database (if exists), or use function to calculate
Syntax
'Declaration
 
<DescriptionAttribute("Method to assign initial tree height. FromDatabase: Read tree heights from database, if available. UseFunction: Calculate height with selected InitialHeightModel")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Height: Initial Height Source")>
<PropertyOrderAttribute(110)>
Public Property InitialHeightSource As InitialSource
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As InitialSource
 
instance.InitialHeightSource = value
 
value = instance.InitialHeightSource
[Description("Method to assign initial tree height. FromDatabase: Read tree heights from database, if available. UseFunction: Calculate height with selected InitialHeightModel")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height: Initial Height Source")]
[PropertyOrder(110)]
public InitialSource InitialHeightSource {get; set;}
[Description("Method to assign initial tree height. FromDatabase: Read tree heights from database, if available. UseFunction: Calculate height with selected InitialHeightModel")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Height: Initial Height Source")]
[PropertyOrder(110)]
public:
property InitialSource InitialHeightSource {
   InitialSource get();
   void set (    InitialSource 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