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


IRasterAnalysisGDBEnvironment.PyramidLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.PyramidLevel Property
ArcGIS Developer Help

IRasterAnalysisGDBEnvironment.PyramidLevel Property

The level in pyramid building in the RasterAnalysis.

[Visual Basic .NET]
Public Property PyramidLevel As Integer
[C#]
public int PyramidLevel {get; set;}
[C++]
HRESULT get_PyramidLevel(
  long level
);
[C++]
HRESULT put_PyramidLevel(
  System.Int32* level
);
[C++]
Parameters
level [in]

level is a parameter of type long level [out, retval]
level is a parameter of type long*

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface