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


ILasFile.IsFileMissing 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.IsFileMissing Property
ArcGIS Developer Help

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(
  Boolean* pbIsMissing
);
[C++]
Parameters
pbIsMissing [out, retval]

pbIsMissing is a parameter of type 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