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


IAnalyzeParameters.AnalyzePyramids Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IA > IAnalyzeParameters Interface > IAnalyzeParameters.AnalyzePyramids Property
ArcGIS Developer Help

IAnalyzeParameters.AnalyzePyramids Property

Indicates whether raster pyramids associated with selected mosaic dataset items are analyzed.

[Visual Basic .NET]
Public Property AnalyzePyramids As Boolean
[C#]
public bool AnalyzePyramids {get; set;}
[C++]
HRESULT get_AnalyzePyramids(
  VARIANT_BOOL pbAnalyzePyramids
);
[C++]
HRESULT put_AnalyzePyramids(
  Boolean* pbAnalyzePyramids
);
[C++]
Parameters
pbAnalyzePyramids [in]

pbAnalyzePyramids is a parameter of type bool pbAnalyzePyramids [out, retval]
pbAnalyzePyramids is a parameter of type bool*

Product Availability

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

See Also

IAnalyzeParameters Interface