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


IBuildPyramidsParameters.PyramidLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildPyramidsParameters Interface > IBuildPyramidsParameters.PyramidLevel Property
ArcGIS Developer Help

IBuildPyramidsParameters.PyramidLevel Property

The number of pyramid levels.

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

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

Product Availability

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

See Also

IBuildPyramidsParameters Interface