This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDELasDataset Interface > IDELasDataset.FileCount Property (ArcObjects .NET 10.4 SDK) |
The number of files in the LAS dataset.
[Visual Basic .NET] Public Property FileCount As Integer
[C#] public int FileCount {get; set;}
[C++]
HRESULT get_FileCount(
long* pFileCount
);
[C++]
HRESULT put_FileCount(
long pFileCount
);
[C++]
Parameters pFileCount [out, retval] pFileCount is a parameter of type long pFileCount [in] pFileCount is a parameter of type long