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


IRasterAnalysisGDBEnvironment.BuildPyramid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.BuildPyramid Property

Indicates if the pyramid building in the RasterAnalysis.

[Visual Basic .NET]
Public Property BuildPyramid As Boolean
[C#]
public bool BuildPyramid {get; set;}
[C++]
HRESULT get_BuildPyramid(
  VARIANT_BOOL* buildParamid
);
[C++]
HRESULT put_BuildPyramid(
  VARIANT_BOOL buildParamid
);
[C++]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface