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.IsFileValid Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pbIsValid
);
[C++]
Parameters pbIsValid [out, retval] pbIsValid is a parameter of type VARIANT_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.