ArcObjects Library Reference (EditorExt)  

INetworkAnalysisExt.Network Property

Geometric network in the Network Analysis extension by index.

[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