ArcObjects Library Reference (DataSourcesFile)  

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