This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterGDBEnvPyramid Interface > IGPRasterGDBEnvPyramid.CreatePyramids Property (ArcObjects .NET 10.5 SDK) |
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