This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.FileCount Property (ArcObjects .NET 10.5 SDK) |
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
The total number of LAS files referenced by the las dataset.