|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISubtypeInfos
Subtype Information Array.
Method Summary | |
---|---|
void |
add(ISubtypeInfo pSubtypeInfo)
Adds a Subtype Info. |
int |
getCount()
The Subtype info count. |
ISubtypeInfo |
getElement(int index)
The Subtype Info at the specified position. |
void |
insert(int index,
ISubtypeInfo pSubtypeInfo)
Adds a Subtype info info at the specified position. |
void |
remove(int index)
Removes the Subtype Info at the specified position. |
void |
removeAll()
Removes all Subtype infos. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISubtypeInfo 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(ISubtypeInfo pSubtypeInfo) throws IOException, AutomationException
pSubtypeInfo
- A reference to a com.esri.arcgis.carto.ISubtypeInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, ISubtypeInfo pSubtypeInfo) throws IOException, AutomationException
index
- The index (in)pSubtypeInfo
- A reference to a com.esri.arcgis.carto.ISubtypeInfo (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 |