Heureka API .NET Documentation
LandUseTransition Constructor(IEnumerable<LandUseCode>,LandUseCode,Nullable<Int32>,Single,Single)



Syntax
'Declaration
 
Public Function New( _
   ByVal before As IEnumerable(Of LandUseCode), _
   ByVal after As LandUseCode, _
   ByVal numYears As Nullable(Of Integer), _
   Optional ByVal percentToTransition As Single, _
   Optional ByVal areaToTransition As Single _
)
'Usage
 
Dim before As IEnumerable(Of LandUseCode)
Dim after As LandUseCode
Dim numYears As Nullable(Of Integer)
Dim percentToTransition As Single
Dim areaToTransition As Single
 
Dim instance As New LandUseTransition(before, after, numYears, percentToTransition, areaToTransition)

Parameters

before
after
numYears
percentToTransition
areaToTransition
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

LandUseTransition Class
LandUseTransition Members
Overload List

Send Feedback