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


IGPRasterGDBEnvPyramid.PyramidLevels Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterGDBEnvPyramid Interface > IGPRasterGDBEnvPyramid.PyramidLevels Property
ArcGIS Developer Help

IGPRasterGDBEnvPyramid.PyramidLevels Property

Pyramid levels.

[Visual Basic .NET]
Public Property PyramidLevels As Integer
[C#]
public int PyramidLevels {get; set;}
[C++]
HRESULT get_PyramidLevels(
  System.Int32* 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