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


In This Topic
    CIMHeatMapRenderer Class Members
    In This Topic

    The following tables list the members exposed by CIMHeatMapRenderer.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    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
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMHeatMapRenderer.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMHeatMapRenderer with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMHeatMapRenderer and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also