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


ILasDataset.FileCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.FileCount Property
ArcGIS Developer Help

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