|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IColorElements
Provides access to the Color Elements Interface.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
void |
add(IColor pColor)
Add a color element. |
int |
getCount()
The color elements count. |
IColor |
getElement(int index)
The color element at the specified position. |
void |
insert(int index,
IColor pColor)
Add a color element at the specified posiiton. |
void |
remove(int index)
Remove color element at the specified position. |
void |
removeAll()
Remove all color elements. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor 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(IColor pColor)
throws IOException,
AutomationException
pColor - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IColor pColor)
throws IOException,
AutomationException
index - The index (in)pColor - A reference to a com.esri.arcgis.display.IColor (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 | ||||||||