This document is archived and information here might be outdated. Recommended version. |
Saves the changes.
[Visual Basic .NET]
Public Sub Save ( _
)
[C#]
public void Save (
);
[C++]
HRESULT Save(
void
);
Save will persist all edits to the current LasDataset. If you want to preserve the original LasDataset, use ILasDataset.SaveAs.