Slu.Heureka.DomainLayer.ProductionModel Namespace > ProductionModelControlTable Class : InitialHeightSource Property |
'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); }
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