com.esri.arcgis.framework
Interface IApplicationIdentifyDialog

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

public interface IApplicationIdentifyDialog
extends java.io.Serializable

COM Interface 'IApplicationIdentifyDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriFramework.olb'

Description: 'Provides access to class ID of application's identify dialog.' 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 IIDb6165ddf_808e_11d4_80f3_00c04fa0adf8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getClassID(GUID[] classID)
          Returns the identify dialog ID.
 

Field Detail

IIDb6165ddf_808e_11d4_80f3_00c04fa0adf8

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

getClassID

void getClassID(GUID[] classID)
                throws java.io.IOException,
                       AutomationException
Returns the identify dialog ID.

Parameters:
classID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.