Heureka API .NET Documentation
NCFractionOfParent Property



Fraction of parent's area used to create this treatmentunit set aside for nature conservation.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Property NCFractionOfParent As Double
'Usage
 
Dim instance As TreatmentUnit
Dim value As Double
 
instance.NCFractionOfParent = value
 
value = instance.NCFractionOfParent
[Browsable(false)]
public double NCFractionOfParent {get; set;}
[Browsable(false)]
public:
property double NCFractionOfParent {
   double get();
   void set (    double value);
}
Remarks
Only applicable when TreatmentUnitType is NatureConservation and ParentTreatmentUnitGuid is not null.
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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback