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


IRasterDefaultsEnv.PyramidCreateOpt Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv Interface > IRasterDefaultsEnv.PyramidCreateOpt Property
ArcGIS Developer Help

IRasterDefaultsEnv.PyramidCreateOpt Property

Default pyramid creation option.

[Visual Basic .NET]
Public Property PyramidCreateOpt As esriRasterPyramidOptEnum
[C#]
public esriRasterPyramidOptEnum PyramidCreateOpt {get; set;}
[C++]
HRESULT get_PyramidCreateOpt(
  esriRasterPyramidOptEnum* opt
);
[C++]
HRESULT put_PyramidCreateOpt(
  esriRasterPyramidOptEnum opt
);
[C++]
Parameters
opt [out, retval]

opt is a parameter of type esriRasterPyramidOptEnum* opt [in]
opt is a parameter of type esriRasterPyramidOptEnum

Product Availability

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

Description

The PyramidCreateOpt property is used to set the pyramid options for displaying a large raster dataset, which has a dimension greater than 1024 and does not have pyramids, in ArcCatalog or ArcMap.
Pyramids is used to enhance display performance. For displaying raster datasets that do not have pyramids, ArcMap provides the following options: always build pyramids, never build pyramids, prompt a dialog box asking to build or not.
This method does not control pyramid building when you save as a raster dataset.

See Also

IRasterDefaultsEnv Interface