com.esri.arcgis.version
Interface IVersionHost

All Superinterfaces:
Serializable
All Known Implementing Classes:
IVersionHostProxy, VersionManager

public interface IVersionHost
extends Serializable

IVersionHost Interface


Method Summary
 Object createObject(GUID clsid)
          Used to create objects within a remote host process such as dllhost.
 

Method Detail

createObject

Object createObject(GUID clsid)
                    throws IOException,
                           AutomationException
Used to create objects within a remote host process such as dllhost.

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