|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IObjects
Provides access to members that manipulate a collection of objects.
Method Summary | |
---|---|
int |
count(IUID classFilter)
The number of objects in the array that belong to a specific class. |
Object |
get(int index)
Retrieves an object from the array by index. |
void |
insert(int index,
Object object,
IUID cLSID)
Insert object into the array at the given index. |
void |
remove(int index,
int count)
Removes 'count' number of objects from the array starting at the given index. |
Object |
set(int index,
Object object,
IUID cLSID)
Add an object at the given index replacing the existing object, which is returned. |
Method Detail |
---|
int count(IUID classFilter) throws IOException, AutomationException
classFilter
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, Object object, IUID cLSID) throws IOException, AutomationException
index
- The index (in)object
- A reference to another Object (IUnknown) (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index, int count) throws IOException, AutomationException
index
- The index (in)count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object get(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object set(int index, Object object, IUID cLSID) throws IOException, AutomationException
index
- The index (in)object
- A reference to another Object (IUnknown) (in)cLSID
- A reference to a com.esri.arcgis.system.IUID (in)
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 |