ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / LabelClass Class
Properties Methods Events


In This Topic
    LabelClass Class Members
    In This Topic

    The following tables list the members exposed by LabelClass.

    Public Properties
     NameDescription
    Public Property Gets the label expression of the label class.  
    Public Property Gets the label expression engine of the label class.  
    Public Property Gets the feature layer class that the label class belongs to.  
    Public Property Gets the maximum scale of the label class.  
    Public Property Gets the minimum scale of the label class.  
    Public Property Gets the name of the label class.  
    Public Property Gets the priority of the label class.  
    Public Property Gets the use coded value of the label class.  
    Public Property Gets the visibility of the label class.  
    Public Property Gets the where clause of the label class.  
    Top
    Public Methods
     NameDescription
    Public Method Returns the maplex label placement properties definition of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Returns a standard label placement properties definition of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Returns the text symbol definition that the label class belongs to. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the label expression of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the expression engine of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the visibility of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the maplex label placement properties definition of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the maximum scale of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the minimum scale of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the name of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the priority of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the standard label placement properties definition of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the text symbol definition of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the use coded value of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the where clause of the label class. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected MethodOverloaded.   
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also