This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerSublayer2 Interface > IMapServerSublayer2.ScaleSymbols Property (ArcObjects .NET 10.4 SDK) |
Indicates whether the layer should scale its symbols according to the reference scale.
[Visual Basic .NET] Public Property ScaleSymbols As Boolean
[C#] public bool ScaleSymbols {get; set;}
[C++]
HRESULT get_ScaleSymbols(
VARIANT_BOOL* ScaleSymbols
);
[C++]
HRESULT put_ScaleSymbols(
VARIANT_BOOL ScaleSymbols
);
[C++]
Parameters ScaleSymbols [out, retval] ScaleSymbols is a parameter of type VARIANT_BOOL ScaleSymbols [in] ScaleSymbols is a parameter of type VARIANT_BOOL