ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyle2 Interface

Provides access to members that determine the appearance of a displayed tactical graphic.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read/write property DirectionLineSymbol Specifies the line symbol used to symbolize direction of movement indicators.
Read/write property FriendlyColor Color used to symbolize a friendly graphic.
Read/write property FriendlyFill Fill symbol used to symbolize polygons in a friendly graphic.
Read/write property FriendlyLine Line symbol used to symbolize linear shapes in a friendly graphic.
Read/write property FriendlyLineWidth Line width used to symbolize a friendly graphic.
Read/write property FriendlyMarker Marker symbol used to symbolize point shapes in a friendly graphic.
Read/write property FriendlyMarkerSize Marker size used to symbolize a friendly graphic.
Read/write property HostileColor Color used to symbolize a hostile graphic.
Read/write property HostileFill Fill symbol used to symbolize polygons in a hostile graphic.
Read/write property HostileLine Line symbol used to symbolize linear shapes in a hostile graphic.
Read/write property HostileLineWidth Line width used to symbolize a hostile graphic.
Read/write property HostileMarker Marker symbol used to symbolize point shapes in a hostile graphic.
Read/write property HostileMarkerSize Marker size used to symbolize a hostile graphic.
Read/write property Name Name of the graphic style.
Read/write property NeutralColor Color used to symbolize a neutral graphic.
Read/write property NeutralFill Fill symbol used to symbolize polygons in a neutral graphic.
Read/write property NeutralLine Line symbol used to symbolize linear shapes in a neutral graphic.
Read/write property NeutralLineWidth Line width used to symbolize a neutral graphic.
Read/write property NeutralMarker Marker symbol used to symbolize point shapes in a neutral graphic.
Read/write property NeutralMarkerSize Marker size used to symbolize a neutral graphic.
Read/write property StyleOption Specifies how the style should be applied.
Read/write property TextSymbol Specifies the text symbol used to symbolize font based attribute text.
Read/write property UnknownColor Color used to symbolize a unknown graphic.
Read/write property UnknownFill Fill symbol used to symbolize polygons in a unknown graphic.
Read/write property UnknownLine Line symbol used to symbolize linear shapes in a unknown graphic.
Read/write property UnknownLineWidth Line width used to symbolize a unknown graphic.
Read/write property UnknownMarker Marker symbol used to symbolize point shapes in a unknown graphic.
Read/write property UnknownMarkerSize Marker size used to symbolize a unknown graphic.
Read/write property UseFonts Indicates whether fonts or polygon shapes are used to draw attribute text.

CoClasses that implement ITacticalGraphicStyle2

CoClasses and Classes Description
TacticalGraphicStyle Provides a set of symbols for use in depicting tactical graphics on a display.

Remarks

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