This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPGeometricNetworkMembership Interface > IGPGeometricNetworkMembership.GeometricNetworkName Property (ArcObjects .NET 10.5 SDK) |
The name of the Geometric Network this feature participates in.
[Visual Basic .NET] Public Property GeometricNetworkName As String
[C#] public string GeometricNetworkName {get; set;}
[C++]
HRESULT get_GeometricNetworkName(
BSTR* GeometricNetworkName
);
[C++]
HRESULT put_GeometricNetworkName(
BSTR GeometricNetworkName
);
[C++]
Parameters GeometricNetworkName [out, retval] GeometricNetworkName is a parameter of type BSTR GeometricNetworkName [in] GeometricNetworkName is a parameter of type BSTR