MapWinGIS:ShapeNetwork NumDirectUps
From MapWindow GIS
NumDirectUps
Gets the number of upstream shapes in the network before the next fork.
VB.NET Usage
ReadOnly Property NumDirectUps() As Integer
Parameters
|
ReturnValue | The number of upstream shapes in the network before the next fork. |
Sample Code
Private Sub NumDirectUps()
Dim shapenetwork As New MapWinGIS.ShapeNetwork()
Dim directupcount As Integer
'Get the number of upstream shapes before the next fork
directupcount = shapenetwork.NumDirectUps
End Sub
VB 6 Usage
ReadOnly Property NumDirectUps() As Long
Parameters
|
ReturnValue | The number of upstream shapes in the network before the next fork. |
Sample Code
Private Sub NumDirectUps()
Dim shapenetwork As New MapWinGIS.shapenetwork
Dim directupcount As Long
'Get the number of upstream shapes before the next fork
directupcount = shapenetwork.NumDirectUps
End Sub
















