This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayer2 Interface > IFeatureLayer2.ScaleSymbols Property (ArcObjects .NET 10.5 SDK) |
Indicates if symbols are scaled for the layer.
[Visual Basic .NET] Public Property ScaleSymbols As Boolean
[C#] public bool ScaleSymbols {get; set;}
[C++]
HRESULT get_ScaleSymbols(
VARIANT_BOOL* Scale
);
[C++]
HRESULT put_ScaleSymbols(
VARIANT_BOOL Scale
);
[C++]
Parameters Scale [out, retval] Scale is a parameter of type VARIANT_BOOL Scale [in] Scale is a parameter of type VARIANT_BOOL
Indicates whether the symbols for this layer will respect the reference scale of the map containing the layer. Set this property to True for your layer and set a map reference scale to have your layer symbology scale as you zoom in and out.