Heureka API .NET Documentation
SelectionControlParameter Property



Selection felling algoithm parameters (used in Hugin Thinning Algorithm) (Obsolete. Remains for legacy deserialization)
Syntax
'Declaration
 
<CategoryAttribute("4.2 Selection Felling")>
<ObjectDefaultValuesAttribute()>
<DisplayNameAttribute("Selection Felling Algorithm Parameters")>
<PropertyOrderAttribute(5)>
<BrowsableAttribute(False)>
<ObsoleteAttribute()>
Public Property SelectionControlParameter As SelectionControlParameters
'Usage
 
Dim instance As TreatmentModelControlTable
Dim value As SelectionControlParameters
 
instance.SelectionControlParameter = value
 
value = instance.SelectionControlParameter
[Category("4.2 Selection Felling")]
[ObjectDefaultValues()]
[DisplayName("Selection Felling Algorithm Parameters")]
[PropertyOrder(5)]
[Browsable(false)]
[Obsolete()]
public SelectionControlParameters SelectionControlParameter {get; set;}
[Category("4.2 Selection Felling")]
[ObjectDefaultValues()]
[DisplayName("Selection Felling Algorithm Parameters")]
[PropertyOrder(5)]
[Browsable(false)]
[Obsolete()]
public:
property SelectionControlParameters^ SelectionControlParameter {
   SelectionControlParameters^ get();
   void set (    SelectionControlParameters^ 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

TreatmentModelControlTable Class
TreatmentModelControlTable Members

Send Feedback