Heureka API .NET Documentation
LandUseBefore Property (LandUseData)



Syntax
'Declaration
 
<DisplayNameAttribute("Land Use Previous")>
<DescriptionAttribute("Land use code the stand is currently transitioning from")>
Public Property LandUseBefore As Nullable(Of LandUseCode)
'Usage
 
Dim instance As LandUseData
Dim value As Nullable(Of LandUseCode)
 
instance.LandUseBefore = value
 
value = instance.LandUseBefore
[DisplayName("Land Use Previous")]
[Description("Land use code the stand is currently transitioning from")]
public Nullable<LandUseCode> LandUseBefore {get; set;}
[DisplayName("Land Use Previous")]
[Description("Land use code the stand is currently transitioning from")]
public:
property Nullable<LandUseCode> LandUseBefore {
   Nullable<LandUseCode> get();
   void set (    Nullable<LandUseCode> 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

LandUseData Class
LandUseData Members

Send Feedback