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


ILasDataset3.GetFileCounts Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  long* pcLasFiles,
  long* 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