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


IRasterEdit.CanEdit Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterEdit.CanEdit Method

Checks if this Raster can be edited.

[Visual Basic .NET]
Public Function CanEdit ( _
) As Boolean
[C#]
public bool CanEdit (
);
[C++]
HRESULT CanEdit(
void
);

Product Availability

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

See Also

IRasterEdit Interface