Provides access to members that manage a collection of force element graphic styles.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
AddFEGraphicStyle | Adds a force element graphic style to the collection. | |
ClearFEGraphicStyleCollection | Removes all of the force element graphic styles from the collection. | |
Current | Specifies the current force element graphic style. | |
FEGraphicStyle | Retrieves the force element graphic style at the specified index. | |
FEGraphicStyleCount | The method returns the number of force element graphic styles in the collection. | |
RemoveFEGraphicStyle | Removes the force element graphic style at the specified index. |
CoClasses that implement IFEGraphicStyleCollection
CoClasses and Classes | Description |
---|---|
ForceElementLayer | A custom layer, bound to a feature layer, that wraps a force element display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display. |
Remarks
Force element graphic styles override default basic symbology used to draw force elements (like the cyan fill of a friendly frame). These styles can be managed in a collection of styles so that they can be created, persisted, manipulated, and revisited by an application, as needed.