This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.Topology Property (ArcObjects .NET 10.5 SDK) |
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
Returns the Topology this FeatureClass is associated with. A FeatureClass can be associated with only 1 Topology.