This document is archived and information here might be outdated. Recommended version. |
Indicates if the color is locked for all layers.
[Visual Basic .NET]
Public Sub SetAllColorLocked ( _
ByVal allLocked As Boolean _
)
[C#]
public void SetAllColorLocked (
bool allLocked
);
[C++]
HRESULT SetAllColorLocked(
VARIANT_BOOL allLocked
);
[C++] Parameters allLocked [in]
allLocked is a parameter of type bool
SetAllColorLocked indicates whether all layers of a MultiLayerFillSymbol, MultiLayerMarkerSymbol or MultiLayerLineSymbol will be locked to their current color.