This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.IsFileMissing Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pbIsMissing
);
[C++]
Parameters pbIsMissing [out, retval] pbIsMissing is a parameter of type VARIANT_BOOL
Returns TRUE if the referenced LAS file can't be found on disk.