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


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

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(
  System.String* 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