ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ProportionalRendererDefinition Class / IsMaximumSymbolSizeCapped Property

In This Topic
    IsMaximumSymbolSizeCapped Property
    In This Topic
    Gets or sets whether the maximum symbol size is capped.
    Syntax
    Public Property IsMaximumSymbolSizeCapped As Boolean
    public bool IsMaximumSymbolSizeCapped {get; set;}
    Remarks
    The default value is true. When false, maximumSymbolSize gets ignored and the size of the symbol is drawn proportional to the value. Otherwise, the largest symbol size is equal to maximumSymbolSize.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also