Removes the specified file from the dataset.
[Visual Basic .NET] Public Sub RemoveFile ( _ ByVal index As Integer _ )
[C#] public void RemoveFile ( int index );
[C++]
HRESULT RemoveFile(
long index
);
[C++]Parameters
index [in] index is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Removes the reference to the LAS file at the specified index. Valid Index values range from 0 .. ILasDataset.FileCount-1.