ArcGIS Developer Help  (EditorExt)    

INetworkAnalysisExt.Network Property

Geometric network in the Network Analysis extension by index.

[Visual Basic 6.0]
Property Network(
    ByVal index As Long _
) As IGeometricNetwork
[Visual Basic .NET]
Public Function get_Network ( _
    ByVal index As Integer _
) As IGeometricNetwork
[C#]
public IGeometricNetwork get_Network (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

The Network propety returns a geometric network that has been added to the Network Analysis Extension using the AddNetwork method. The Index argument is 0 based.

See Also

INetworkAnalysisExt Interface

Example

INetworkAnalysisExt Example

 


Feedback Send feedback on this page