ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / UniqueValueRendererDefinition Class
Properties


In This Topic
    UniqueValueRendererDefinition Class Members
    In This Topic

    The following tables list the members exposed by UniqueValueRendererDefinition.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the color ramp be used to pick color for symbols from.  
    Public Property Gets or sets a symbol that will be used to draw features whose values are not found in values list.  
    Public Property Gets or sets a string to as delimiter while concatenating values from multiple fields.  
    Public Property Gets or sets a template for symbol used in the renderer.  
    Public Property Gets or sets a boolean to indicate that DefaultSymbol will be used to draw features whose values are not found in the values list.  
    Public Property Gets or sets one or more fields be used to get unique values or combination of values from. This is required.  
    Public Property Gets or sets a limit on how many unique values will be retrieved from the table.  
    Top
    See Also