ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyleCollection Interface

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method AddTacticalGraphicStyle Adds a tactical graphic style to the collection.
Method ClearTacticalGraphicStyleCollection Removes all of the tactical graphic styles from the collection.
Read/write property Current Specifies the current tactical graphic style and applies it to all graphics.
Method RemoveTacticalGraphicStyle Removes the tactical graphic style at the specified index.
Method TacticalGraphicStyle Retrieves the tactical graphic style at the specified index.
Read-only property TacticalGraphicStyleCount The method returns the number of tactical graphic styles in the collection.

CoClasses that implement ITacticalGraphicStyleCollection

CoClasses and Classes Description
TacticalGraphicLayer A custom layer, bound to a feature layer, that wraps a tactical graphic display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display.

Remarks

Tactical graphic styles override default basic symbology used to draw tactical graphics (like the green color used for obstacles).  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.