Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / PointCloud.drawingStyleType Enumeration

In This Topic
    PointCloud.drawingStyleType Enumeration
    In This Topic
    Point cloud drawing style type.
    Syntax
    'Declaration
     
    Public Enum PointCloud.drawingStyleType 
       Inherits System.Enum
    public enum PointCloud.drawingStyleType : System.Enum 
    Members
    MemberDescription
    LinesLines only
    LineStripLine strip only
    PointsPoints only
    PointsAndLinesBoth points and lines
    PointsAndLineStrip Both points and line strip.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.PointCloud.drawingStyleType

    See Also