This document is archived and information here might be outdated.  Recommended version.


INetworkAnalysisExt.Network Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IN > INetworkAnalysisExt Interface > INetworkAnalysisExt.Network Property
ArcGIS Developer Help

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