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


IDELasDataset.FileCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDELasDataset Interface > IDELasDataset.FileCount Property
ArcGIS Developer Help

IDELasDataset.FileCount Property

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(
  System.Int32* 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