ArcObjects Library Reference (GeoDatabase)  

IRasterStorageDef3.CreationOptions Property

A list of format specific creation options (<Name>=<Value>,... ).

[Visual Basic .NET]
Public Property CreationOptions As String
[C#]
public string CreationOptions {get; set;}
[C++]
HRESULT get_CreationOptions(
  BSTR* pOptions
);
[C++]
HRESULT put_CreationOptions(
  BSTR pOptions
);
[C++]

Parameters

pOptions [out, retval]   pOptions is a parameter of type BSTR pOptions [in]   pOptions is a parameter of type BSTR

Product Availability

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

See Also

IRasterStorageDef3 Interface