com.esri.arcgis.framework
Interface IComPropertyPageObjectFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
IComPropertyPageObjectFactoryProxy

public interface IComPropertyPageObjectFactory
extends Serializable

Provides access to members that control the COM Property Page Object Factory.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 Object createCompatibleObject(Object objTemplate)
          Creates a new object using a template as a model.
 Object queryObject()
          Returns the new object created by the page.
 

Method Detail

createCompatibleObject

Object createCompatibleObject(Object objTemplate)
                              throws IOException,
                                     AutomationException
Creates a new object using a template as a model.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
objTemplate - A reference to another Object (IUnknown) (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryObject

Object queryObject()
                   throws IOException,
                          AutomationException
Returns the new object created by the page.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.