Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadLAS.formatType Enumeration

In This Topic
    ReadLAS.formatType Enumeration
    In This Topic
    LAS format type.
    Syntax
    'Declaration
     
    Public Enum ReadLAS.formatType 
       Inherits System.Enum
    public enum ReadLAS.formatType : System.Enum 
    Members
    MemberDescription
    Classification Each point has its own color related to its own classification.
    Colors Each point has its own color.
    Intensity Each point has its own intensity.
    Plain All the points have the same color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Translators.ReadLAS.formatType

    See Also