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

In This Topic
    SymbolScaleFactor Property (LasStretchRendererDefinition)
    In This Topic
    The symbol scale factor. Default value is 0.0.
    Syntax
    public double SymbolScaleFactor {get; set;}
    Public Property SymbolScaleFactor As Double
    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