com.esri.arcgis.framework
Interface IComPropertySheet2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IComPropertySheet2Proxy

public interface IComPropertySheet2
extends Serializable

Provides access to members that extend the IComPropertySheet interface with methods for setting the active page.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 GUID getActivePage(ISet pObjects)
          The UID of the active page.
 void setActivePageUID(IUID rhs1)
          The UID of the page to set active.
 

Method Detail

setActivePageUID

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

getActivePage

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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