ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / DefaultPointSymbol Property

In This Topic
    DefaultPointSymbol Property (SymbolFactory)
    In This Topic
    Gets the ArcGIS.Core.CIM.CIMPointSymbol with default properties. This property must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public ReadOnly Property DefaultPointSymbol As CIMPointSymbol
    public CIMPointSymbol DefaultPointSymbol {get;}
    Exceptions
    ExceptionDescription
    This property must be called within the lambda passed to QueuedTask.Run
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also