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


In This Topic
    CIMLabelClass Class Members
    In This Topic

    The following tables list the members exposed by CIMLabelClass.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the label expression.  
    Public Property Gets or sets the label expression engine (the language the expression is written in).  
    Public Property Gets or sets the human readable text title that describes the label expression.  
    Public Property Gets or sets a parameter indicating which features to label.  
    Public Property Gets or sets the ID of the label class. This property is only used in the context of annotation.  
    Public Property Gets or sets the Maplex placement properties which are used when the map uses the Maplex label engine.  
    Public Property Gets or sets the maximum scale for labeling (set as the denominator of the scale's representative fraction).  
    Public Property Gets or sets the minimum scale for labeling (set as the denominator of the scale's representative fraction).  
    Public Property Gets or sets the name of the label class.  
    Public Property Gets or sets the priority of the label class.  
    Public Property Gets or sets the standard placement properties which are used when the map uses the standard label engine.  
    Public Property Gets or sets the text symbol of the label class.  
    Public Property Gets or sets a value indicating whether or not to use coded value domain descriptions when labeling.  
    Public Property Gets or sets a value indicating whether this label class is visible.  
    Public Property Gets or sets the SQL where clause of which features to label with this label class.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMLabelClass.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMLabelClass 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 CIMLabelClass 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