Home > All Other Interfaces > IFeatureGroup
A feature group is a group of features within a layer who share the same geometry and display style. A feature layer can have multiple feature groups each containing a homogeneous collection of point polyline, or polygon objects. An annotation object can be automatically created at the center of each feature that can be used to convey information relating to the geographic object, textually or graphically.
This interface supplies properties and methods for interacting with a feature group. It enables you to return and set property values and annotation properties and provides methods for creating and removing features from a feature group.
|
Properties |
|
|
The number of features in the feature group. (Inherited from IFeatures6) |
|
|
Determines the symbol type that is used to represent the features in the group. |
|
|
Returns the geometry type of the features in the group. |
|
|
Returns the IFeature6 element in the specified zero based index. (Inherited from IFeatures6) |
|
|
An ITreeItem6 describing the representation of the group in the Project Tree. |
|
|
Methods |
|
|
Adds a new feature to the feature group. |
|
|
Returns a specified property value for group objects. |
|
|
Returns a feature in the group. |
|
|
Returns the value set for the specified property. |
|
|
Indicates whether the feature group contains annotation features. |
|
|
Determines whether a value was set for a specified property. |
|
|
Removes a feature from the feature group. |
|
|
Sets the value of a specified feature property. |
|
|
Sets a value for the specified property. |