Heureka API .NET Documentation
GetTransitions(LandUseCode) Method



Syntax
'Declaration
 
Public Overloads Function GetTransitions( _
   ByVal landUseBefore As LandUseCode _
) As LandUseTransition()
'Usage
 
Dim instance As LandUseConfiguration
Dim landUseBefore As LandUseCode
Dim value() As LandUseTransition
 
value = instance.GetTransitions(landUseBefore)
public LandUseTransition[] GetTransitions( 
   LandUseCode landUseBefore
)

Parameters

landUseBefore
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
Overload List

Send Feedback