|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerRenderers
Provides access to members that expose the renderers of a layer.
| Method Summary | |
|---|---|
void |
addRenderer(Object renderer)
Add a renderer to the end of the group. |
void |
clearRenderers()
Remove all the renderers from the layer. |
Object |
getRenderer(int index)
Gets the nth renderer. |
int |
getRendererCount()
The number of renderers. |
void |
insertRenderer(Object renderer,
int index)
Insert a renderer at given index. |
void |
removeRenderer(Object renderer)
Remove a renderer from the layer. |
| Method Detail |
|---|
int getRendererCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getRenderer(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addRenderer(Object renderer)
throws IOException,
AutomationException
renderer - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insertRenderer(Object renderer,
int index)
throws IOException,
AutomationException
renderer - A reference to another Object (IUnknown) (in)index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeRenderer(Object renderer)
throws IOException,
AutomationException
renderer - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearRenderers()
throws IOException,
AutomationException
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 | ||||||||