This document is archived and information here might be outdated. Recommended version. |
Adds a file to the dataset.
[Visual Basic .NET]
Public Sub AddFile ( _
ByVal fileName As String _
)
[C#]
public void AddFile (
string fileName
);
[C++]
HRESULT AddFile(
BSTR fileName
);
[C++] Parameters fileName [in]
fileName is a parameter of type BSTR
The file name must be the full path of the LAS file location on disk.