ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LasStretchRendererDefinition Class / SymbolScaleFactor Property
Version

SymbolScaleFactor Property (LasStretchRendererDefinition)
The symbol scale factor. Default value is 0.0.
Syntax
public double SymbolScaleFactor {get; set;}
Remarks
The symbol scale factor is applied to the symbols. The symbol size is calculated as Math.Pow(2, symbolSizeFactor). Valid values are between -4.0 and 4.0.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.2 or higher.
See Also