ArcObjects Library Reference (DefenseSolutions)  

ForceElement CoClass

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Interfaces

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

Event Interfaces

Interfaces Description
IForceElementEvents (default) Events that are triggered by ForceElement objects.

Working with Events

[Visual Basic 6.0]

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

Private WithEvents pForceElement as ForceElement