ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / VertexSymbolOptions Class
Properties Methods


In This Topic
    VertexSymbolOptions Class Members
    In This Topic

    The following tables list the members exposed by VertexSymbolOptions.

    Public Constructors
     NameDescription
    Public Constructor Creates a new VertexSymbolOptions for the specified vertex type.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the angle rotation (in degrees). Default value is 0.  
    Public Property Gets and sets the color. Default value is No color.  
    Public PropertyGets and set the vertex marker type. Default value is VertexMarkerType.Square.  
    Public Property Gets and sets the outline color. Default value is RGB value of (0, 128, 0).  
    Public Property Gets and sets the outline width. Default value is 1.5.  
    Public Property Gets and sets the size (in points). Default value is 5.  
    Top
    Public Methods
     NameDescription
    Public Method Gets the point symbol from the set of options. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also