This document is archived and information here might be outdated.  Recommended version.


ILasFile.IsFileValid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.IsFileValid Property
ArcGIS Developer Help

ILasFile.IsFileValid Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns TRUE if the referenced file can be found on disk and a scan of its header indicates it's a valid LAS file.

See Also

ILasFile Interface