ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit.Save Method

Saves the changes.

[Visual Basic .NET]
Public Sub Save ( _
)
[C#]
public void Save (
);
[C++]
HRESULT Save(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Save will persist all edits to the current LasDataset. If you want to preserve the original LasDataset, use ILasDataset.SaveAs.

See Also

ILasDatasetEdit Interface