The IRealizingFeatureHolder type exposes the following members.

Methods

  NameDescription
AddChangeListenerOverloaded.
ContainsFeature
Check if the feature is present in this holder.
(Inherited from IFeatureHolder.)
CountFeatures
Count how many features are contained.
(Inherited from IFeatureHolder.)
CreateFeature
Create a new IFeature, and add it to this IFeatureHolder. This method will generally only work on ISequences, and on some IFeatures which have been attached to ISequences.
(Inherited from IFeatureHolder.)
FilterOverloaded.
IsUnchanging
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.)
RealizeFeature
Realize a feature template.
RemoveChangeListenerOverloaded.
RemoveFeature
Remove a feature from this FeatureHolder.
(Inherited from IFeatureHolder.)

Properties

  NameDescription
Features
Iterate over any child features which are held by this feature.
(Inherited from IFeatureHolder.)
Schema
Return a schema-filter for this FeatureHolder.
(Inherited from IFeatureHolder.)

See Also