This document is archived and information here might be outdated. Recommended version. |
Indicates if the LAS file is missing.
[Visual Basic .NET]
Public ReadOnly Property IsFileMissing As Boolean
[C#]
public bool IsFileMissing {get;}
[C++]
HRESULT get_IsFileMissing(
Boolean* pbIsMissing
);
[C++] Parameters pbIsMissing [out, retval]
pbIsMissing is a parameter of type bool*
Returns TRUE if the referenced LAS file can't be found on disk.