ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructTextSymbol Method

In This Topic
    ConstructTextSymbol Method (SymbolFactory)
    In This Topic
    Overload List
    OverloadDescription
    Constructs a default text symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its size. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its color and size. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its color. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its font family name. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its color, size, font family name and style. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its color, size, and font family name. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its color, size, font family name and style. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its polygon symbol, size, and font family name. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a default text symbol given its polygon symbol, size, font family name and style. This method must be called on the MCT. Use QueuedTask.Run.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also