This document is archived and information here might be outdated.  Recommended version.


IRasterTransaction.Commit Method (ArcObjects .NET 10.5 SDK)
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