ArcObjects Library Reference (DataSourcesFile)  

IDELasDataset.FileCount Property

The number of files in the LAS dataset.

ERROR: Syntax information about IDELasDataset.FileCount may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesFile.dll

[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

Product Availability

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

See Also

IDELasDataset Interface