IFeatureModel.AllFeatures Property
Namespace: NextDesign.Core
Description
All features held under this model
The order of the feature list obtained with this property is undefined.
If you want to obtain them in depth-first order, cast the model obtained with IModel.GetAllChildren to IFeature.
IFeatureCollection AllFeatures { get; }
Type
- IFeatureCollection