This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer supports symbol scaling.
[Visual Basic .NET]
Public ReadOnly Property CanScaleSymbols As Boolean
[C#]
public bool CanScaleSymbols {get;}
[C++]
HRESULT get_CanScaleSymbols(
Boolean* canScale
);
[C++] Parameters canScale [out, retval]
canScale is a parameter of type bool*
CanScaleSymbols specifies whether the symbols for this layer will scale when the map�s reference scale property has been set.
If a reference scale has been set in the map document and the layer supports symbol scaling the value for CanScaleSymbols will be TRUE. If no reference scale has been set in the map document the value will be FALSE. If a reference scale has been set in the map and you want the symbols of some layers to honor the reference scale and the symbols of some layers NOT to honor the reference scale you will need to use ScaleSymbols on ILayerDescription.