Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / ENGeometryCommandType Enumeration


In This Topic
    ENGeometryCommandType Enumeration
    In This Topic
    Enumerates the geometry command types.
    Syntax
    'Declaration
     
    
    Public Enum ENGeometryCommandType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENGeometryCommandType
    public enum ENGeometryCommandType : System.Enum 
    Members
    MemberDescription
    ArcToArc to command.
    CircularArcToCircualar arc to command.
    CubicBezierToCubic bezier to command.
    DrawEllipseDraw ellipse command.
    DrawPathDraw path command.
    DrawPolygonDraw polygon command.
    DrawPolylineDraw polyline command.
    DrawPolypointDraw polypoint command.
    DrawRectangleDraw rectangle command.
    EllipticalArcToElliptical arc to command.
    LineToLine to command.
    MoveToMove to command.
    NurbsToNurbs to command.
    PolylineToPolyline to command.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Diagram.ENGeometryCommandType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also