Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENLineSegmentShape Enumeration


In This Topic
    ENLineSegmentShape Enumeration
    In This Topic
    Enumerates the line segment shapes
    Syntax
    'Declaration
     
    
    Public Enum ENLineSegmentShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENLineSegmentShape
    public enum ENLineSegmentShape : System.Enum 
    Members
    MemberDescription
    LineSimple line
    TapeLine as tape (displayed as rectangles)
    TubeLine with tube segments (displayed as cylinders)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENLineSegmentShape

    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