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


IGPRasterGDBEnvPyramid.PyramidLevels Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRasterGDBEnvPyramid.PyramidLevels Property

Pyramid levels.

[Visual Basic .NET]
Public Property PyramidLevels As Integer
[C#]
public int PyramidLevels {get; set;}
[C++]
HRESULT get_PyramidLevels(
  long* levels
);
[C++]
HRESULT put_PyramidLevels(
  long levels
);
[C++]

Parameters levels [out, retval] levels is a parameter of type long levels [in] levels is a parameter of type long

Product Availability

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

See Also

IGPRasterGDBEnvPyramid Interface