This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironmentSymbols Interface > ISelectionEnvironmentSymbols.ScaleSelectionSymbols Property (ArcObjects .NET 10.5 SDK) |
Indicates if selection symbols should be scaled based on the reference scale.
[Visual Basic .NET] Public Property ScaleSelectionSymbols As Boolean
[C#] public bool ScaleSelectionSymbols {get; set;}
[C++]
HRESULT get_ScaleSelectionSymbols(
VARIANT_BOOL* Scale
);
[C++]
HRESULT put_ScaleSelectionSymbols(
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