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