com.esri.arcgis.framework
Interface IApplicationIdentifyDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IApplicationIdentifyDialogProxy
public interface IApplicationIdentifyDialog
- extends Serializable
Provides access to class ID of application's identify dialog.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
void |
getClassID(GUID[] classID)
Returns the identify dialog ID. |
getClassID
void getClassID(GUID[] classID)
throws IOException,
AutomationException
- Returns the identify dialog ID.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
classID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.