This document is archived and information here might be outdated. Recommended version. |
Removes the specified file from the dataset.
[Visual Basic .NET]
Public Sub RemoveFileByName ( _
ByVal fileName As String _
)
[C#]
public void RemoveFileByName (
string fileName
);
[C++]
HRESULT RemoveFileByName(
BSTR fileName
);
[C++] Parameters fileName [in]
fileName is a parameter of type BSTR
The fileName string must be a full path or the relative path of the LAS file.