ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit.Save Method

Saves the changes.

[Visual Basic .NET]
Public Sub Save ( _
    ByVal bRelativePath As Boolean _
)
[C#]
public void Save (
    bool bRelativePath
);
[C++]
HRESULT Save(
void
);

Product Availability

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

See Also

ILasDatasetEdit Interface