This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkClass Interface > INetworkClass.GeometricNetwork Property (ArcObjects .NET 10.4 SDK) |
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
The GeomtricNetwork property returns an IGeometricNetwork interface to the geometric network in which the network feature class participates.
INetworkClass Interface | IGeometricNetwork Interface | INetwork Interface