ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMHeatMapRenderer Class


In This Topic
    CIMHeatMapRenderer Class Properties
    In This Topic

    For a list of all members of this type, see CIMHeatMapRenderer members.

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether to update renderers pixel intensity range automatically. When set to True renderer's pixel intensity range will change based on the features with in the visible extent.  
    Public Property Gets or sets the color scheme of the heat map. Controls how smooth the color gradient appears. Must be either a continuous or multipart color ramp. If no color scheme is specified, a default color ramp will be used.  
    Public Property Gets or sets the name of the field denoting weighting values for each feature. The field's value is the count or quantity to be spread across the landscape to create a continuous surface. Values in the field may be integer or floating point. The options for the field are listed below. Specify the name of a numeric field in the feature table Use "" if no item or special value will be used and each feature will be counted once. Use Shape if input features contains Z.  
    Public Property Gets or sets the legend heading.  
    Public Property Gets or sets the legend label for the maximum density value.  
    Public Property Gets or sets the maximum pixel intensity.  
    Public Property Gets or sets base scale at which the maximum pixel intensity should be used. This value is used only when the auto adjust pixel intensity is set to false.  
    Public Property Gets or sets the legend label for the minimum density value.  
    Public Property Gets or sets the pixel intensity stops.  
    Public Property Gets or sets the radius which defines how far the heat spreads away from the points. Specified and stored in Points and translates to Pixels at draw time.  
    Public Property Gets or sets the scale at which the search radius (in screen units - points) is converted to map units.  
    Public Property Gets or sets the renderer quality which controls the pixelation of the raster. This is an arbitrary range that goes from Best (10) to Fastest (0).  
    Top
    See Also