Heureka API .NET Documentation
PriorityFinalFellingRegWise Property



Priorityfactor for final felling (RegWise)
Syntax
'Declaration
 
<DescriptionAttribute("Priority factor for final felling (RegWise)")>
<DisplayNameAttribute("Priority Factor Final Felling")>
<BrowsableAttribute(False)>
Public Property PriorityFinalFellingRegWise As Nullable(Of Double)
'Usage
 
Dim instance As ForestData
Dim value As Nullable(Of Double)
 
instance.PriorityFinalFellingRegWise = value
 
value = instance.PriorityFinalFellingRegWise
[Description("Priority factor for final felling (RegWise)")]
[DisplayName("Priority Factor Final Felling")]
[Browsable(false)]
public Nullable<double> PriorityFinalFellingRegWise {get; set;}
[Description("Priority factor for final felling (RegWise)")]
[DisplayName("Priority Factor Final Felling")]
[Browsable(false)]
public:
property Nullable<double> PriorityFinalFellingRegWise {
   Nullable<double> get();
   void set (    Nullable<double> 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

ForestData Class
ForestData Members

Send Feedback