ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / TextAndGraphicsElementsOptions Class
Version


In This Topic
    TextAndGraphicsElementsOptions Class Methods
    In This Topic

    For a list of all members of this type, see TextAndGraphicsElementsOptions members.

    Public Methods
     NameDescription
    Public Method Gets the list of available fonts in the application for the Pro session. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the application default font family name and style. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the application default line symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the application default point symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the application default polygon symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the application default text symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Sets the application default line symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the application default point symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the application default polygon symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the application default text symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also