Heureka API .NET Documentation
GetTransition Method



Syntax
'Declaration
 
Public Function GetTransition( _
   ByVal landUseBefore As LandUseCode, _
   ByVal landUseAfter As LandUseCode _
) As LandUseTransition
'Usage
 
Dim instance As LandUseConfiguration
Dim landUseBefore As LandUseCode
Dim landUseAfter As LandUseCode
Dim value As LandUseTransition
 
value = instance.GetTransition(landUseBefore, landUseAfter)

Parameters

landUseBefore
landUseAfter
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

LandUseConfiguration Class
LandUseConfiguration Members

Send Feedback