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


In This Topic
    TextAndGraphicsElementsOptions Class Members
    In This Topic

    The following tables list the members exposed by TextAndGraphicsElementsOptions.

    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