This document is archived and information here might be outdated. Recommended version. |
Saves the dataset to disk using the specified name.
[Visual Basic .NET]
Public Sub SaveAs ( _
ByVal Name As String, _
ByVal bOverWrite As Boolean _
)
[C#]
public void SaveAs (
string Name,
bool bOverWrite
);
[C++]
HRESULT SaveAs(
BSTR Name,
VARIANT_BOOL bOverWrite
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR bOverWrite [in]
bOverWrite is a parameter of type bool
The interface pointer will reference the newly saved las dataset after the call is made.
Name is the full path (including the name) of the location to which the las dataset is to be saved.
bOverWrite, if set to True, the output las dataset will be replaced if it already exists.