ArcGIS Pro 3.7 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 Property SymbolScaleFactor As Double
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also