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


IGPTopologyMembership.TopologyName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPTopologyMembership.TopologyName Property

The name of the Topology this feature class participates in.

[Visual Basic .NET]
Public Property TopologyName As String
[C#]
public string TopologyName {get; set;}
[C++]
HRESULT get_TopologyName(
  BSTR* TopologyName
);
[C++]
HRESULT put_TopologyName(
  BSTR TopologyName
);
[C++]

Parameters TopologyName [out, retval] TopologyName is a parameter of type BSTR TopologyName [in] TopologyName is a parameter of type BSTR

Product Availability

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

See Also

IGPTopologyMembership Interface