|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerVisible
Provides access to members that control the layer visibility.
Method Summary | |
---|---|
boolean |
isLayerVisible(int layerIndex)
Indicates if the layer at the specified index is visible. |
void |
setAllVisible(boolean allVisible)
Indicates if all the layers are visible or invisible. |
void |
setLayerVisible(int layerIndex,
boolean visible)
Indicates if the layer at the specified index is visible. |
Method Detail |
---|
boolean isLayerVisible(int layerIndex) throws IOException, AutomationException
layerIndex
- The layerIndex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerVisible(int layerIndex, boolean visible) throws IOException, AutomationException
layerIndex
- The layerIndex (in)visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllVisible(boolean allVisible) throws IOException, AutomationException
SetAllVisible indicates whether all layers of a MultiLayerFillSymbol, MultiLayerMarkerSymbol or MultiLayerLineSymbol will be displayed when the symbol is rendered.
allVisible
- The allVisible (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 |