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


In This Topic
    CIMNestedLegendItem Class Members
    In This Topic

    The following tables list the members exposed by CIMNestedLegendItem.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the Arrangement.  
    Public Property Gets or sets a value indicating whether to automatically layout the legend item.  
    Public Property Gets or sets a value indicating whether the legend item should be displayed if in the visible extent. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets distance from the class name to the edge of the legend. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the feature count format. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the feature count prefix. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the feature count suffix. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the legend item description symbol. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value specifying which legend groups are displayed. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the symbol used to display the group layer name. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets distance from the heading to the edge of the legend. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the legend item heading symbol. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the legend item is visible. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the legend item or group should be kept together. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the ends of a nested legend item should be labeled.  
    Public Property Gets or sets the legend item label symbol. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the legend item layer's path. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets distance of the layer name to the edge of the legend. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the legend item symbol. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the line length for a legend item leader.  
    Public Property Gets or sets the line symbol for a legend item leader.  
    Public Property Gets or sets the manual column assignment for a legend item. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the legend item name. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether a legend item should be placed in a new column. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the outline symbol for the nested legend item.  
    Public Property Gets or sets the patch alignment for a nested legend item.  
    Public Property Gets or sets the legend item patch height. Units in points. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets the legend item patch width. Units in points. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether to scale the symbol to the specified patch size. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the legend should display count statistics. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether a legend item description should be displayed. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether to show the containing group layer name above the item. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the legend item heading should be displayed. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the legend item labels should be displayed. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether the legend item layer name should be displayed. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Public Property Gets or sets a value indicating whether outlines should be displayed for a nested legend item.  
    Public Property Gets or sets a value indicating whether to use map series shape instead of map frame to find dynamic classes. (Inherited from ArcGIS.Core.CIM.CIMLegendItem)
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMNestedLegendItem.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMNestedLegendItem 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 CIMNestedLegendItem 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