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


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

ITopologyClassName.TopologyName Property

The Topology Name object.

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

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

Product Availability

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

Remarks

Returns the TopologyName object of the Topology that this TopologyClassName's TopologyClass is a part of.

See Also

ITopologyClassName Interface