Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / silhoDataType Enumeration

In This Topic
    silhoDataType Enumeration
    In This Topic
    The type of data of the SilhoWireData element.
    Syntax
    'Declaration
     
    Public Enum silhoDataType 
       Inherits System.Enum
    public enum silhoDataType : System.Enum 
    Members
    MemberDescription
    LineList A set of lines vertices
    LineStrip A set of continuous vertices
    TriangleList A set of triangles
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.silhoDataType

    See Also