com.esri.arcgis.carto
Interface ICadIdentifyObj2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ICadIdentifyObj2Proxy

public interface ICadIdentifyObj2
extends Serializable

Provides access to members that control Identified Cad Objects.

Product Availability

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


Method Summary
 void getPropAndValues(int index, String[] property, String[] value)
          Gets the indexed properties and values of a CadIdentifyObject.
 void setupEntity()
          Initilaizes the set of properties and values of a CadIdentifyObject.
 

Method Detail

getPropAndValues

void getPropAndValues(int index,
                      String[] property,
                      String[] value)
                      throws IOException,
                             AutomationException
Gets the indexed properties and values of a CadIdentifyObject.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
index - The index (in)
property - The property (out: use single element array)
value - The value (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setupEntity

void setupEntity()
                 throws IOException,
                        AutomationException
Initilaizes the set of properties and values of a CadIdentifyObject.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.