com.esri.arcgis.display
Interface IUpdateLegendInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IUpdateLegendInfoProxy

public interface IUpdateLegendInfo
extends java.io.Serializable

COM Interface 'IUpdateLegendInfo'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to dirty flag for some legend classes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID272369d5_140a_444b_a505_0983bddcdbab
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isUpdate()
          Indicates whether legend class has been modified.
 void resetUpdate()
          Clear the update flag.
 

Field Detail

IID272369d5_140a_444b_a505_0983bddcdbab

static final int IID272369d5_140a_444b_a505_0983bddcdbab
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isUpdate

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

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

resetUpdate

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

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