This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyProperties Interface > ITopologyProperties.Classes Property (ArcObjects .NET 10.4 SDK) |
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
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.