|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadIdentifyObj2
Provides access to members that control Identified Cad Objects.
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 |
---|
void getPropAndValues(int index, String[] property, String[] value) throws IOException, AutomationException
index
- The index (in)property
- The property (out: use single element array)value
- The value (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setupEntity() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |