ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphic2 Interface

Provides access to members that are specific to tactical cached graphics. Includes new SymbolID property.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read-only property Geometries An ordered geometry bag that contains the shapes comprising the drawn graphic.
Read/write property MessageString The graphic's fifteen character symbol ID, parsed out into the MOLE message string structure.
Read/write property Renderer The tactical graphic renderer responsible for creating the tactical graphic.
Read/write property Style The graphic style object that dictates the symbology used for drawing.
Read-only property SymbolID The symbol ID string of the tactical graphic.
Read-only property Symbols An array of symbol objects that correspond to the contents of the graphic's geometry bag.
Read-only property UID The unique, system assigned, ID of this graphic.

CoClasses that implement ITacticalGraphic2

CoClasses and Classes Description
TacticalGraphic A cached graphic that symbolizes a point, line, or polygon based tactical military object (feature or tactical element).

Remarks

This interface was added at MOLE 9.2 and differs from its sister ITacticalGraphic interface by adding the new SymbolID property.