com.esri.arcgis.framework
Interface IComPropertySheetID

All Superinterfaces:
Serializable
All Known Implementing Classes:
ComPropertySheet

public interface IComPropertySheetID
extends Serializable

Properties to identify sheet.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getRegistryKey()
          Registry key for sheet settings.
 void setRegistryKey(String idStr)
          Registry key for sheet settings.
 

Method Detail

setRegistryKey

void setRegistryKey(String idStr)
                    throws IOException,
                           AutomationException
Registry key for sheet settings.

Product Availability

Available with ArcGIS Desktop.

Parameters:
idStr - The idStr (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRegistryKey

String getRegistryKey()
                      throws IOException,
                             AutomationException
Registry key for sheet settings.

Product Availability

Available with ArcGIS Desktop.

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