ArcObjects Library Reference (DataSourcesRaster)  

IRasterTransaction.Commit Method

Sends all pending changes to persistent storage.

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

Product Availability

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

See Also

IRasterTransaction Interface