Heureka API .NET Documentation
Hectares Property



Syntax
'Declaration
 
Public Property Hectares As Single
'Usage
 
Dim instance As LandUseTransitionControl
Dim value As Single
 
instance.Hectares = value
 
value = instance.Hectares
public float Hectares {get; set;}
public:
property float Hectares {
   float get();
   void set (    float 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

LandUseTransitionControl Class
LandUseTransitionControl Members

Send Feedback