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


ILasFile.IsFileMissing Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile.IsFileMissing Property

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

Product Availability

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

Description

Returns TRUE if the referenced LAS file can't be found on disk.

See Also

ILasFile Interface