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


IGPGeometricNetworkMembership.GeometricNetworkName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPGeometricNetworkMembership Interface > IGPGeometricNetworkMembership.GeometricNetworkName Property
ArcGIS Developer Help

IGPGeometricNetworkMembership.GeometricNetworkName Property

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(
  System.String* 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

Product Availability

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

See Also

IGPGeometricNetworkMembership Interface