|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IObjectClassContainer
Provides access to members that return object classes by name, ID and index.
| Method Summary | |
|---|---|
IObjectClass |
getObjectClassByID(int iD)
The object class with the specified ID. |
IObjectClass |
getObjectClassByName(String name)
The object class with the specified name. |
int |
getObjectClassCount()
The number of object classes in this container. |
IEnumObjectClass |
getObjectClasses()
An enumerator over the object classes. |
| Method Detail |
|---|
IObjectClass getObjectClassByID(int iD)
throws IOException,
AutomationException
iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IObjectClass getObjectClassByName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getObjectClassCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumObjectClass getObjectClasses()
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 | ||||||||