This document is archived and information here might be outdated.  Recommended version.


ISelectionEnvironmentSymbols.ScaleSelectionSymbols Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISelectionEnvironmentSymbols.ScaleSelectionSymbols Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISelectionEnvironmentSymbols Interface