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


IRasterCleanup.HasRasterEdits Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (ArcScan)  

IRasterCleanup.HasRasterEdits Method

Indicates if edits have been made.

[Visual Basic .NET]
Public Function HasRasterEdits ( _
) As Boolean
[C#]
public bool HasRasterEdits (
);

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Remarks

Returns TRUE if there are raster edits.

See Also

IRasterCleanup Interface