Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadLAS Class / Classifications Property

In This Topic
    Classifications Property
    In This Topic
    Array of the “class” attribute for each point.
    Syntax
    'Declaration
     
    Public ReadOnly Property Classifications As Byte()
    public byte[] Classifications {get;}
    Remarks
    It's filled only when FillClassifications is true or the class is initialized with the ReadLAS.formatType equals to ReadLAS.formatType.Classification.
    See Also