This document is archived and information here might be outdated. Recommended version. |
Indicates if the LAS file exists and is valid.
[Visual Basic .NET]
Public ReadOnly Property IsFileValid As Boolean
[C#]
public bool IsFileValid {get;}
[C++]
HRESULT get_IsFileValid(
Boolean* pbIsValid
);
[C++] Parameters pbIsValid [out, retval]
pbIsValid is a parameter of type bool*
Returns TRUE if the referenced file can be found on disk and a scan of its header indicates it's a valid LAS file.