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


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

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(
  Boolean* bCreate
);
[C++]
HRESULT put_CreatePyramids(
  VARIANT_BOOL bCreate
);
[C++]
Parameters
bCreate [out, retval]

bCreate is a parameter of type bool* bCreate [in]
bCreate is a parameter of type bool

Product Availability

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

See Also

IGPRasterGDBEnvPyramid Interface