An engine that places labels for features using conflict detection.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IConnectionPointContainer | Supports connection points for connectable objects. |
IOverposter | Provides access to members that place labels for features using conflict detection. |
IOverposter2 | Provides access to members that place labels for features using conflict detection. |
IOverposter3 | Provides access to members that place labels for features using conflict detection. |
IOverposter4 | Provides access to members that place labels for features using conflict detection. |
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) |
Event Interfaces
Interfaces | Description |
---|---|
IBasicOverposterEvents (default) | Provides access to events that occur on the BasicOverposter. |
Working with Events
[Visual Basic 6.0]
When working with BasicOverposter's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pBasicOverposter as BasicOverposter