com.esri.arcgis.framework
Interface IComPropertySheet2

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

public interface IComPropertySheet2
extends java.io.Serializable

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

Description: 'Provides access to members that extend the IComPropertySheet interface with methods for setting the active page.' 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 IIDc7fb79b7_41a6_4f58_b58b_c39fb83aaa0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 GUID getActivePage(ISet pObjects)
          The UID of the active page.
 void setActivePageUID(IUID rhs1)
          The UID of the page to set active.
 

Field Detail

IIDc7fb79b7_41a6_4f58_b58b_c39fb83aaa0a

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

setActivePageUID

void setActivePageUID(IUID rhs1)
                      throws java.io.IOException,
                             AutomationException
The UID of the page to set active.

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActivePage

GUID getActivePage(ISet pObjects)
                   throws java.io.IOException,
                          AutomationException
The UID of the active page.

Parameters:
pObjects - A reference to a com.esri.arcgis.system.ISet (in)
Returns:
A Structure: com.esri.arcgis.support.ms.stdole.GUID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.