ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.FileCount Property

The number of LAS files contained in the dataset.

[Visual Basic .NET]
Public ReadOnly Property FileCount As Integer
[C#]
public int FileCount {get;}
[C++]
HRESULT get_FileCount(
  long* pcFiles
);
[C++]

Parameters

pcFiles [out, retval]   pcFiles is a parameter of type long

Product Availability

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

Description

The total number of LAS files referenced by the las dataset.

See Also

ILasDataset Interface