ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SimpleMarkerStyle Enumeration

In This Topic
    SimpleMarkerStyle Enumeration
    In This Topic
    Specifies simple shape of marker.
    Syntax
    Members
    MemberDescription
    Circle A simple symmetrical circle.
    Cloud A polygon in the shape of a cloud.
    Cross A symmetrical plus-shape made of two equal vertical and horizontal lines.
    Diamond A simple symmetrical square, rotated 45° to stand on its tip.
    HalfCircle A semi-circle.
    Hexagon A simple symmetrical hexagon (stop sign).
    Pushpin A curvilinear, inverted tear-drop.
    RaceTrack An oval or rectangle with semi-circle ends.
    Rectangle A rectangle with width greater than height.
    RightTriangle A right triangle with equal base and height.
    Rod A tall, narrow, rectangle (not unlike a capital "I").
    RoundedRectangle A rectangle with width greater than height and rounded corners.
    RoundedSquare A simple symmetrical square with rounded corners.
    RoundedTriangle An equilateral triangle with a flat base and an angled top and rounded corners.
    Square A simple symmetrical square.
    Star A symmetrical 5-sided star shape.
    StretchedHexagon A hexagon with top and bottom edges stretched.
    Triangle An equilateral triangle with a flat base and an angled top.
    X A symmetrical X-shape made of two equal diagonal lines.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.SimpleMarkerStyle

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also