ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMPointSymbolCallout Class / PointSymbol Property

In This Topic
    PointSymbol Property (CIMPointSymbolCallout)
    In This Topic
    Gets or sets the symbol that will be drawn as the background behind the text. The most common use case for this type of symbol is a highway shield. When drawing a highway shield this property will be the shield itself without numbers.
    Syntax
    public CIMPointSymbol PointSymbol {get; set;}
    Public Property PointSymbol As CIMPointSymbol
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also