ArcGIS Pro 2.6 API Reference Guide
SetScaleSymbols Method

ArcGIS.Desktop.Mapping Namespace > FeatureLayer Class : SetScaleSymbols Method
true - only take effect when the map's ReferenceScale is > 0. Symbol size will get larger if you zoom in to a scale larger than the ReferenceScale and smaller if you zoom out to a scale smaller than the ReferenceScale.

false - the size of any symbols or text remains the same irrespective of map scale.
Toggles whether all symbol and text sizes varies as the map scale changes based on the RefereceScale set on the map the layer belongs to. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void SetScaleSymbols( 
   bool scaleSymbols
)
Public Sub SetScaleSymbols( _
   ByVal scaleSymbols As Boolean _
) 

Parameters

scaleSymbols
true - only take effect when the map's ReferenceScale is > 0. Symbol size will get larger if you zoom in to a scale larger than the ReferenceScale and smaller if you zoom out to a scale smaller than the ReferenceScale.

false - the size of any symbols or text remains the same irrespective of map scale.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

FeatureLayer Class
FeatureLayer Members