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


IFormatData.Creatable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IF > IFormatData Interface > IFormatData.Creatable Property
ArcGIS Developer Help

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(
  Boolean* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool*

Product Availability

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

See Also

IFormatData Interface