com.esri.arcgis.framework
Interface IComPropertySheetID

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComPropertySheet, IComPropertySheetIDProxy

public interface IComPropertySheetID
extends java.io.Serializable

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

Description: 'Properties to identify sheet.' 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 IIDc7fb79b8_41a6_4f58_b58b_c39fb83aaa0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getRegistryKey()
          Registry key for sheet settings.
 void setRegistryKey(java.lang.String idStr)
          Registry key for sheet settings.
 

Field Detail

IIDc7fb79b8_41a6_4f58_b58b_c39fb83aaa0a

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

setRegistryKey

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

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

getRegistryKey

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

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