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


In This Topic
    CIMDotDensityRenderer Class Members
    In This Topic

    The following tables list the members exposed by CIMDotDensityRenderer.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the color ramp.  
    Public Property Gets or sets the dot density symbol.  
    Public Property Gets or sets the dot size.  
    Public Property Gets or sets the dot value.  
    Public Property Gets or sets a value indicating whether or not the exclude dots from masked areas.  
    Public Property Gets or sets the exclusion clause.  
    Public Property Gets or sets the exclusion description.  
    Public Property Gets or sets the exclusion label.  
    Public Property Gets or sets the exclusion symbol.  
    Public Property Gets or sets the patch shape for the exclusion symbol.  
    Public Property Gets or sets the label for each selected field name.  
    Public Property Gets or sets the field names dot data comes from.  
    Public Property Gets or sets a value indicating whether or not to maintain density.  
    Public Property Gets or sets a path to the layer that supplies masks.  
    Public Property Gets or sets a random seed.  
    Public Property Gets or sets the reference scale. If specified, dots are calibrated from this scale.  
    Public Property Gets or sets the maximum number of records to sample.  
    Public Property Gets or sets the legend label indicating what the symbol is (e.g. "dot").  
    Public Property Gets or sets the legend label indicating what the dots represent (e.g. "people").  
    Public Property Gets or sets a value indicating whether or not to use the exclusion symbol.  
    Public Property Gets or sets a value indicating whether or not to use masking.  
    Public Property Gets or sets the arcade expressions the dot data comes from. If this array is populated it takes precedence over /// the FieldNames array.  
    Public Property Gets or sets the visual variables.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMDotDensityRenderer.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMDotDensityRenderer 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 CIMDotDensityRenderer 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