This document is archived and information here might be outdated. Recommended version. |
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
Removes the reference to the LAS file at the specified index. Valid Index values range from 0 .. ILasDataset.FileCount-1.