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


IRasterDataset3.CanWrite Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDataset3 Interface > IRasterDataset3.CanWrite Property
ArcGIS Developer Help

IRasterDataset3.CanWrite Property

Indicates if this RasterDataset is writable.

[Visual Basic .NET]
Public ReadOnly Property CanWrite As Boolean
[C#]
public bool CanWrite {get;}
[C++]
HRESULT get_CanWrite(
  Boolean* CanWrite
);
[C++]
Parameters
CanWrite [out, retval]

CanWrite is a parameter of type bool*

Product Availability

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

See Also

IRasterDataset3 Interface