com.esri.arcgis.carto
Interface ICadIdentifyObj2

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

public interface ICadIdentifyObj2
extends java.io.Serializable

COM Interface 'ICadIdentifyObj2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control Identified Cad Objects.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6729281d_94e0_48ee_8300_407d5f44dc6e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getPropAndValues(int index, java.lang.String[] property, java.lang.String[] value)
          Gets the indexed properties and values of a CadIdentifyObject.
 void setupEntity()
          Initilaizes the set of properties and values of a CadIdentifyObject.
 

Field Detail

IID6729281d_94e0_48ee_8300_407d5f44dc6e

static final int IID6729281d_94e0_48ee_8300_407d5f44dc6e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPropAndValues

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

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

setupEntity

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

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