MapWinGIS:ShapeNetwork Shapefile
From MapWindow GIS
Shapefile
Gets the shapefile used to create the network.
See also Shapefile
VB.NET Usage
ReadOnly Property Shapefile() As MapWinGIS.Shapefile
Parameters
|
ReturnValue | The shapefile used to create the shape network. |
Sample Code
Private Sub ShapeNetworkShapefile()
Dim shapenetwork As New MapWinGIS.ShapeNetwork()
Dim sf As New MapWinGIS.Shapefile()
'Get the shape file used to create the shape network
sf = shapenetwork.Shapefile
End Sub
VB 6 Usage
ReadOnly Property Shapefile() As Shapefile
Parameters
|
ReturnValue | The shapefile used to create the shape network. |
Sample Code
Private Sub ShapeNetworkShapefile()
Dim shapenetwork As New MapWinGIS.shapenetwork
Dim sf As New MapWinGIS.Shapefile
'Get the shape file used to create the shape network
Set sf = shapenetwork.Shapefile
End Sub
















