This document is archived and information here might be outdated. Recommended version. |
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.