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


IGPRasterEnvStorageDefAdvanced.CreationOptions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterEnvStorageDefAdvanced Interface > IGPRasterEnvStorageDefAdvanced.CreationOptions Property
ArcGIS Developer Help

IGPRasterEnvStorageDefAdvanced.CreationOptions Property

Creation options.

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

options is a parameter of type BSTR options [out, retval]
options is a parameter of type BSTR*

Product Availability

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

See Also

IGPRasterEnvStorageDefAdvanced Interface