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


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

ITopologyProperties.Classes Property

An enumerator over the FeatureClasses.

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

Classes is a parameter of type IEnumFeatureClass**

Product Availability

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

Remarks

The Classes property will return an enumeration of the feature classes that participate in the Topology.  Calling this method is analogous to using the IFeatureClassContainer::Classes property.

See Also

ITopologyProperties Interface