Returns the position of the specified layer. (0 = First Drawn/Bottom Layer; Max=Last Drawn/Top Layer)
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function LayerPosition( _ ByVal LayerHandle As Integer _ ) As Integer |
| C# |
|---|
| public int LayerPosition( int LayerHandle ) |
| C++ |
|---|
| public: int LayerPosition( int LayerHandle ) sealed |
| J# |
|---|
| public int LayerPosition( int LayerHandle ) |
| JScript |
|---|
| public
function LayerPosition( LayerHandle : int ) : int |