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


INetworkFeature.GeometricNetwork Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkFeature.GeometricNetwork Property

The containing GeometricNetwork.

[Visual Basic .NET]
Public ReadOnly Property GeometricNetwork As IGeometricNetwork
[C#]
public IGeometricNetwork GeometricNetwork {get;}
[C++]
HRESULT get_GeometricNetwork(
  IGeometricNetwork** Network
);
[C++]

Parameters Network [out, retval]
Network is a parameter of type IGeometricNetwork

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkFeature Interface