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

In This Topic
    UseLaszip Property
    In This Topic
    Gets or sets a flag indicating whether the file must be read with the laszip library or not.
    Syntax
    'Declaration
     
    Public Property UseLaszip As Boolean
    public bool UseLaszip {get; set;}
    Remarks
    When false, the file is loaded by an experimental faster algorithm
    See Also