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


INetworkCollection.GeometricNetworkByName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkCollection.GeometricNetworkByName Property

The GeometricNetwork with the specified Name.

[Visual Basic .NET]
Public Function get_GeometricNetworkByName ( _
    ByVal Name As String _
) As IGeometricNetwork
[C#]
public IGeometricNetwork get_GeometricNetworkByName (
    string Name
);
[C++]
HRESULT get_GeometricNetworkByName(
  BSTR Name,
  IGeometricNetwork** Network
);
[C++]

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

Product Availability

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

See Also

INetworkCollection Interface