Heureka API .NET Documentation
CurrentLandUseCode Property



Get the land use code for the current period
Syntax
'Declaration
 
Public ReadOnly Property CurrentLandUseCode As LandUseCode
'Usage
 
Dim instance As TreatmentUnit
Dim value As LandUseCode
 
value = instance.CurrentLandUseCode
public LandUseCode CurrentLandUseCode {get;}
public:
property LandUseCode CurrentLandUseCode {
   LandUseCode get();
}
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