A feature group is a group of features within a layer that 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. Since feature groups do not expose access to the contained annotation elements, the features property cannot be iterated through and its count always returns zero.
This interface supplies properties and methods for interacting with a feature group. It returns and sets property values and annotation properties and provides methods for creating and removing features from a feature group.
|
Properties |
|
|
Determines the symbol type that is used to represent the features in the group. |
|
|
An IFeatures65 that provides access to the feature layer’s features. |
|
|
Returns the geometry type of the features in the group. |
|
|
An ITreeItem65 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 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. |