ArcObjects Library Reference (DataSourcesRaster)  

IFormatData.Creatable Property

Indicates whether this format supports 'SaveAs'.

[Visual Basic .NET]
Public ReadOnly Property Creatable As Boolean
[C#]
public bool Creatable {get;}
[C++]
HRESULT get_Creatable(
  VARIANT_BOOL* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFormatData Interface