|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDSCStatusArray
Provides access to Array of DSCStatus.
Method Summary | |
---|---|
void |
add(IDSCStatus pDSCStatus)
Adds a DSCStatus. |
int |
getCount()
DSCStatus Object count. |
IDSCStatus |
getElement(int index)
The DSCStatus Object at the specified position. |
void |
insert(int index,
IDSCStatus dSCStatus)
Adds a DSCStatus Object at the specified position. |
void |
remove(int index)
Removes the DSCStatus Object at the specified position. |
void |
removeAll()
Removes all DSCStatus Objects. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDSCStatus getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IDSCStatus pDSCStatus) throws IOException, AutomationException
pDSCStatus
- A reference to a com.esri.arcgis.search.IDSCStatus (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IDSCStatus dSCStatus) throws IOException, AutomationException
index
- The index (in)dSCStatus
- A reference to a com.esri.arcgis.search.IDSCStatus (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 |