|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILayerColorLock
Provides access to members that control the layer color locking.
| Method Summary | |
|---|---|
boolean |
isLayerColorLock(int layerIndex)
Indicates if a color lock is present for the layer at the specified index. |
void |
setAllColorLocked(boolean allLocked)
Indicates if the color is locked for all layers. |
void |
setLayerColorLock(int layerIndex,
boolean colorLock)
Indicates if a color lock is present for the layer at the specified index. |
| Method Detail |
|---|
boolean isLayerColorLock(int layerIndex)
throws IOException,
AutomationException
layerIndex - The layerIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerColorLock(int layerIndex,
boolean colorLock)
throws IOException,
AutomationException
layerIndex - The layerIndex (in)colorLock - The colorLock (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAllColorLocked(boolean allLocked)
throws IOException,
AutomationException
SetAllColorLocked indicates whether all layers of a MultiLayerFillSymbol, MultiLayerMarkerSymbol or MultiLayerLineSymbol will be locked to their current color.
allLocked - The allLocked (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 | ||||||||