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

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