ArcGIS Pro 2.9 API Reference Guide
HeatMapRendererDefinition Constructor(CIMColorRamp,String,Int32,Int32,String,String)

ArcGIS.Desktop.Mapping Namespace > HeatMapRendererDefinition Class > HeatMapRendererDefinition Constructor : HeatMapRendererDefinition Constructor(CIMColorRamp,String,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) Name of the field denoting weighting values for each feature.
(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.
Create a HeatMapRendererDefinition.
Syntax
Public Function New( _
   ByVal colorRamp As CIMColorRamp, _
   ByVal weightField As String, _
   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.
weightField
(Optional) Name of the field denoting weighting values for each feature.
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, Windows 8.1

See Also

Reference

HeatMapRendererDefinition Class
HeatMapRendererDefinition Members
Overload List