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