|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArrayOfIShader
Access to members that managae an arrray of IShader objects.
Method Summary | |
---|---|
void |
add(IShader iShaderParam)
Adds the IShader. |
int |
getCount()
The IShader count. |
IShader |
getElement(int index)
The IShader at the specified position. |
void |
insert(int index,
IShader iShaderParam)
Adds the IShader at the specified position. |
void |
remove(int index)
Removes the IShader at the specified position. |
void |
removeAll()
Removes every IShader. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IShader 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(IShader iShaderParam) throws IOException, AutomationException
iShaderParam
- A reference to a com.esri.arcgis.carto.IShader (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IShader iShaderParam) throws IOException, AutomationException
index
- The index (in)iShaderParam
- A reference to a com.esri.arcgis.carto.IShader (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 |