ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbIsValid
);
[C++]

Parameters

pbIsValid [out, retval]   pbIsValid is a parameter of type VARIANT_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