Heureka API .NET Documentation
TreeVolumeModel Property



Volume Model
Syntax
'Declaration
 
<DescriptionAttribute("Model to compute tree volumes")>
<CategoryAttribute("1. Growth and yield")>
<DefaultValueAttribute()>
<DisplayNameAttribute("Volume Function")>
<PropertyOrderAttribute(70)>
<TypeConverterAttribute("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.Forest.ITreeVolume, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")>
Public Property TreeVolumeModel As String
'Usage
 
Dim instance As ProductionModelControlTable
Dim value As String
 
instance.TreeVolumeModel = value
 
value = instance.TreeVolumeModel
[Description("Model to compute tree volumes")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Volume Function")]
[PropertyOrder(70)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.Forest.ITreeVolume, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")]
public string TreeVolumeModel {get; set;}
[Description("Model to compute tree volumes")]
[Category("1. Growth and yield")]
[DefaultValue()]
[DisplayName("Volume Function")]
[PropertyOrder(70)]
[TypeConverter("Slu.Heureka.DomainLayer.PluginHandling.PluginTypeConverter`1[[Slu.Heureka.DomainLayer.Forest.ITreeVolume, Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null]], Slu.Heureka.DomainLayer, Version=2.11.0.16315, Culture=neutral, PublicKeyToken=null")]
public:
property String^ TreeVolumeModel {
   String^ get();
   void set (    String^ 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