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


IRasterTransaction.Start Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTransaction.Start Method

Starts double buffering edits for undo support.

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

Product Availability

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

See Also

IRasterTransaction Interface