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

In This Topic
    ConstructPointSymbol Method (SymbolFactory)
    In This Topic
    Overload List
    OverloadDescription
    Constructs a point symbol. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol of specific color. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol of specific color and size. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol of specific color, size and style. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol of specific 3d marker style. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol of specific color and 3d marker style. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol of specific color, size and 3d marker style. This method must be called on the MCT. Use QueuedTask.Run.  
    Constructs a point symbol from a marker.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also