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


IEnumNetEID.Network Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumNetEID.Network Property

Network from which these elements came.

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

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

Product Availability

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

See Also

IEnumNetEID Interface