com.esri.arcgis.carto
Interface IOverposterOptions2

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicOverposterProperties, MaplexOverposterProperties

public interface IOverposterOptions2
extends Serializable

Provides access to overposter options.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isPauseLabeling()
          Indicates whether to pause the drawing of labels.
 void setPauseLabeling(boolean flag)
          Indicates whether to pause the drawing of labels.
 

Method Detail

isPauseLabeling

boolean isPauseLabeling()
                        throws IOException,
                               AutomationException
Indicates whether to pause the drawing of labels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPauseLabeling

void setPauseLabeling(boolean flag)
                      throws IOException,
                             AutomationException
Indicates whether to pause the drawing of labels.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
flag - The flag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.