ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / HeatMapRendererDefinition Class / HeatMapRendererDefinition Constructor / HeatMapRendererDefinition Constructor(CIMColorRamp,Int32,Int32,String,String)
(Optional) Controls the color scheme of the heat map. If no color scheme is specified, a default color ramp will be used.
(Optional) Controls how far the heat spreads away from the points.
(Optional) Controls the pixilation of the raster. This is an arbitrary range that goes from Best (10) to Fastest (0).
(Optional) Used in the legend to denote the maximum value in the color scheme.
(Optional) Used in the legend to denote the minimum value in the color scheme.

In This Topic
    HeatMapRendererDefinition Constructor(CIMColorRamp,Int32,Int32,String,String)
    In This Topic
    Create a HeatMapRendererDefinition.
    Syntax
    Public Function New( _
       ByVal colorRamp As CIMColorRamp, _
       Optional ByVal radius As Integer, _
       Optional ByVal renderingQuality As Integer, _
       Optional ByVal upperLabel As String, _
       Optional ByVal lowerLabel As String _
    )

    Parameters

    colorRamp
    (Optional) Controls the color scheme of the heat map. If no color scheme is specified, a default color ramp will be used.
    radius
    (Optional) Controls how far the heat spreads away from the points.
    renderingQuality
    (Optional) Controls the pixilation of the raster. This is an arbitrary range that goes from Best (10) to Fastest (0).
    upperLabel
    (Optional) Used in the legend to denote the maximum value in the color scheme.
    lowerLabel
    (Optional) Used in the legend to denote the minimum value in the color scheme.
    Remarks
    Only applicable for point feature layers.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also