Heureka API .NET Documentation
FinishedTransitionToCode Property (LandUseData)



Syntax
'Declaration
 
<DisplayNameAttribute("Finished Transition To Land Use")>
<DescriptionAttribute("If a transition finished this period, this variable holds the new land use code")>
Public Property FinishedTransitionToCode As Nullable(Of LandUseCode)
'Usage
 
Dim instance As LandUseData
Dim value As Nullable(Of LandUseCode)
 
instance.FinishedTransitionToCode = value
 
value = instance.FinishedTransitionToCode
[DisplayName("Finished Transition To Land Use")]
[Description("If a transition finished this period, this variable holds the new land use code")]
public Nullable<LandUseCode> FinishedTransitionToCode {get; set;}
[DisplayName("Finished Transition To Land Use")]
[Description("If a transition finished this period, this variable holds the new land use code")]
public:
property Nullable<LandUseCode> FinishedTransitionToCode {
   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