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


ITopologyClass.Topology Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.Topology Property
ArcGIS Developer Help

ITopologyClass.Topology Property

The Topology associated with the class.

[Visual Basic .NET]
Public ReadOnly Property Topology As ITopology
[C#]
public ITopology Topology {get;}
[C++]
HRESULT get_Topology(
  ITopology** Topology
);
[C++]
Parameters
Topology [out, retval]

Topology is a parameter of type ITopology**

Product Availability

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

Remarks

Returns the Topology this FeatureClass is associated with.  A FeatureClass can be associated with only 1 Topology.

See Also

ITopologyClass Interface