MapWinGIS:ShapeNetwork CurrentShapeIndex
From MapWindow GIS
CurrentShapeIndex
Gets the index of the current shape in the shape network.
VB.NET Usage
ReadOnly Property CurrentShapeIndex() As Integer
Parameters
|
ReturnValue | The index of the current shape in the shape network. |
Sample Code
Private Sub CurrentShapeIndex()
Dim shapenetwork As New MapWinGIS.ShapeNetwork()
Dim shapeindex As Integer
'Get the index of the current shape in the shape network
shapeindex = shapenetwork.CurrentShapeIndex
End Sub
VB 6 Usage
ReadOnly Property CurrentShapeIndex() As Long
Parameters
|
ReturnValue | The index of the current shape in the shape network. |
Sample Code
Private Sub CurrentShapeIndex()
Dim shapenetwork As New MapWinGIS.shapenetwork
Dim shapeindex As Long
'Get the index of the current shape in the shape network
shapeindex = shapenetwork.CurrentShapeIndex
End Sub
















