com.esri.arcgis.carto
Interface IActionState

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionBase, ActionCollection, ActionProcessor, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IActionStateProxy, TagAction

public interface IActionState
extends java.io.Serializable

COM Interface 'IActionState'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to methods that will allow the configuration or reset of internal state information.' 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 IID4ff83f84_8159_46e6_9d6f_db91860190d7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void resetToDefaultState()
          Reset the State information to default.
 

Field Detail

IID4ff83f84_8159_46e6_9d6f_db91860190d7

static final int IID4ff83f84_8159_46e6_9d6f_db91860190d7
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

resetToDefaultState

void resetToDefaultState()
                         throws java.io.IOException,
                                AutomationException
Reset the State information to default.

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