This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef3 Interface > IRasterStorageDef3.CreationOptions Property (ArcObjects .NET 10.4 SDK) |
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