ArcObjects Library Reference (Geoprocessing)  

IGPRasterGDBEnvPyramid.CreatePyramids Property

Indicates if creating pyramid option.

[Visual Basic .NET]
Public Property CreatePyramids As Boolean
[C#]
public bool CreatePyramids {get; set;}
[C++]
HRESULT get_CreatePyramids(
  VARIANT_BOOL* bCreate
);
[C++]
HRESULT put_CreatePyramids(
  VARIANT_BOOL bCreate
);
[C++]

Parameters

bCreate [out, retval]   bCreate is a parameter of type VARIANT_BOOL bCreate [in]   bCreate is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPRasterGDBEnvPyramid Interface