Heureka API .NET Documentation
Impediment Property



Proportion of impediment
Syntax
'Declaration
 
<DescriptionAttribute("Impediment proportion of total area (0-1)")>
Public Property Impediment As Double
'Usage
 
Dim instance As TreatmentUnit
Dim value As Double
 
instance.Impediment = value
 
value = instance.Impediment
[Description("Impediment proportion of total area (0-1)")]
public double Impediment {get; set;}
[Description("Impediment proportion of total area (0-1)")]
public:
property double Impediment {
   double get();
   void set (    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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback