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


IGPGeometricNetworkMembership.GeometricNetworkName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IGPGeometricNetworkMembership Interface