ArcObjects Library Reference (DefenseSolutions)  

TacticalElement CoClass

A light weight object that can store attribute information that can then be symbolized by a tactical graphic.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Interfaces

Interfaces Description
IClassID (esriSystem) Provides access to methods identifying class ID.
ITacticalElement Provides access to members that enable an object to provide attribute information for a graphic to symbolize.

Event Interfaces

Interfaces Description
ITacticalElementEvents (default) Events that are triggered by TacticalElement objects.

Working with Events

[Visual Basic 6.0]

When working with TacticalElement's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pTacticalElement as TacticalElement