ArcObjects Library Reference (GeoDatabase)  

INetworkClass.GeometricNetwork Property

The geometric network in which this class participates.

[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.

Remarks

The GeomtricNetwork property returns an IGeometricNetwork interface to the geometric network in which the network feature class participates.

See Also

INetworkClass Interface | IGeometricNetwork Interface | INetwork Interface