Home > All Other Interfaces > IFeatureGroups

IFeatureGroups6

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.

This interface provides access to a layer’s feature groups and enables the client to return or set their properties.

 

 

Properties

 

Annotation

An IFeatureGroup6 representing the annotation properties of the feature group.

Count

The number of feature groups in the layer.

Item

Returns the IFeatureGroup6 element in the specified zero based index.

Point

An IFeatureGroup6 representing a feature group with a point geometry type.

Polygon

An IFeatureGroup6 representing a feature group with a polygon geometry type.

Polyline

An IFeatureGroup6 representing a feature group with a polyline geometry type.

Text

An IFeatureGroup6 representing the annotation text of the feature group.

 

Methods

 

SetClassification

Sets the value of a specified property or a classification XML.

SetProperty

Sets the value of a specified property.