ArcObjects Library Reference (GeoDatabase)  

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