Slu.Heureka.DomainLayer.ProductionModel Namespace > ProductionModelControlTable Class : BarkThicknessModel Property |
'Declaration
<DisplayNameAttribute("Bark Thickness")> <PropertyOrderAttribute(30)> <DescriptionAttribute("Computes bark thickness for a single tree")> <TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IBarkThickness, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")> <DefaultValueAttribute()> <CategoryAttribute("1. Growth and yield")> Public Property BarkThicknessModel As String
'Usage
Dim instance As ProductionModelControlTable Dim value As String instance.BarkThicknessModel = value value = instance.BarkThicknessModel
[DisplayName("Bark Thickness")] [PropertyOrder(30)] [Description("Computes bark thickness for a single tree")] [TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IBarkThickness, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")] [DefaultValue()] [Category("1. Growth and yield")] public string BarkThicknessModel {get; set;}
[DisplayName("Bark Thickness")] [PropertyOrder(30)] [Description("Computes bark thickness for a single tree")] [TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.ProductionModel.IBarkThickness, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")] [DefaultValue()] [Category("1. Growth and yield")] public: property String^ BarkThicknessModel { String^ get(); void set ( String^ 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