com.esri.arcgis.display
Interface IUpdateLegendInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IUpdateLegendInfoProxy

public interface IUpdateLegendInfo
extends Serializable

Provides access to dirty flag for some legend classes.

Product Availability

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


Method Summary
 boolean isUpdate()
          Indicates whether legend class has been modified.
 void resetUpdate()
          Clear the update flag.
 

Method Detail

isUpdate

boolean isUpdate()
                 throws IOException,
                        AutomationException
Indicates whether legend class has been modified.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

resetUpdate

void resetUpdate()
                 throws IOException,
                        AutomationException
Clear the update flag.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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