Eyeshot 10 WinForms API Reference
ReadLAS.formatType Enumeration

WinForms Assembly > devDept.Eyeshot.Translators Namespace : ReadLAS.formatType Enumeration
LAS format type.
Syntax
'Declaration
 
Public Enum ReadLAS.formatType 
   Inherits System.Enum
public enum ReadLAS.formatType : System.Enum 
Members
MemberDescription
Colors Colors, each point has its own color.
Intensity Intensity, each point has its own intensity.
Plain Plain, all the points have the same color.
Inheritance Hierarchy

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

See Also

Reference

devDept.Eyeshot.Translators Namespace