ArcObjects Library Reference (ArcScan)  

IRasterCleanup.RasterChanged Method

Called by operations when they've modified a portion of the edited raster.

[Visual Basic .NET]
Public Sub RasterChanged ( _
    [ByVal pEnv As IEnvelope] _
)
[C#]
public void RasterChanged (
    IEnvelope pEnv
);

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

See Also

IRasterCleanup Interface