ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.FileCount Property

The number of LAS files contained in the dataset.

[Visual Basic .NET]
Public Function get_File ( _
    ByVal index As Integer _
) As ILasFile
[C#]
public ILasFile get_File (
    int index
);
[C++]
HRESULT get_FileCount(
  long* pcFiles
);
[C++]

Parameters

pcFiles [out, retval]   pcFiles is a parameter of type long

Product Availability

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

See Also

ILasDataset Interface