This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkCollection Interface > INetworkCollection.GeometricNetworkByName Property (ArcObjects .NET 10.4 SDK) |
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