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


IGPRasterGDBEnvPyramid.CreatePyramids Property (ArcObjects .NET 10.5 SDK)
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