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


ITopologyProperties.Classes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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