The IFeatureHolder type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChangeListener | Overloaded. | |
ContainsFeature |
Check if the feature is present in this holder.
| |
CountFeatures |
Count how many features are contained.
| |
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.
| |
Filter | Overloaded. | |
IsUnchanging |
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.) | |
RemoveChangeListener | Overloaded. | |
RemoveFeature |
Remove a feature from this FeatureHolder.
|
Properties
Name | Description | |
---|---|---|
Features |
Iterate over any child features which are held by this feature.
| |
Schema |
Return a schema-filter for this FeatureHolder.
|