com.esri.arcgis.system
Interface IClassID

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

public interface IClassID
extends java.io.Serializable

Provides access to methods identifying class ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 GUID getCLSID()
          Identify class ID for an object.
 java.lang.String getProgID()
          Identify ProgID for an object.
 

Method Detail

getCLSID

public GUID getCLSID()
              throws java.io.IOException,
                     AutomationException
Identify class ID for an object.

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.

getProgID

public java.lang.String getProgID()
                           throws java.io.IOException,
                                  AutomationException
Identify ProgID for an object.

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