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

In This Topic
    Coordinates Property
    In This Topic
    Array with the x, y, z coordinates of the points.
    Syntax
    'Declaration
     
    Public ReadOnly Property Coordinates As Double()
    public double[] Coordinates {get;}
    Remarks
    It's filled only when FillCoordinates is true
    See Also