ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyleCollection Interface

Provides access to members that manage a collection of force element graphic styles.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method AddFEGraphicStyle Adds a force element graphic style to the collection.
Method ClearFEGraphicStyleCollection Removes all of the force element graphic styles from the collection.
Read/write property Current Specifies the current force element graphic style.
Method FEGraphicStyle Retrieves the force element graphic style at the specified index.
Read-only property FEGraphicStyleCount The method returns the number of force element graphic styles in the collection.
Method 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.