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


ILasDataset3.GetFileCounts Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset3 Interface > ILasDataset3.GetFileCounts Method
ArcGIS Developer Help

ILasDataset3.GetFileCounts Method

Returns the number of LAS files and number of zLAS files in the dataset.

[Visual Basic .NET]
Public Sub GetFileCounts ( _
    ByRef pcLasFiles As Integer, _
    ByRef pcZlasFiles As Integer _
)
[C#]
public void GetFileCounts (
    ref int pcLasFiles,
    ref int pcZlasFiles
);
[C++]
HRESULT GetFileCounts(
  System.Int32* pcLasFiles,
  System.Int32* pcZlasFiles
);
[C++]
Parameters
pcLasFiles [out]

pcLasFiles is a parameter of type long* pcZlasFiles [out]
pcZlasFiles is a parameter of type long*

Product Availability

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

See Also

ILasDataset3 Interface