ArcObjects Library Reference (ArcScan)  

IRasterCleanup.EditState Property

The raster editor's current edit state (see esriEditState).

[Visual Basic .NET]
Public ReadOnly Property EditState As Integer
[C#]
public int EditState {get;}

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

The returned value 1 = in a raster edit session.
The returned value 0 = not in a raster edit session.

See Also

IRasterCleanup Interface