ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain.PyramidLevelCount Property

The number of pyramid levels in the terrain.

[Visual Basic .NET]
Public ReadOnly Property PyramidLevelCount As Integer
[C#]
public int PyramidLevelCount {get;}
[C++]
HRESULT get_PyramidLevelCount(
  long* pcPyramidLevels
);
[C++]

Parameters

pcPyramidLevels [out, retval]   pcPyramidLevels is a parameter of type long

Product Availability

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

Description

The PyramidLevelCount is the number of pyramid levels defined for the terrain excluding the implicit full resolution level and also the coarsest level, the terrain overview.

See Also

ITerrain Interface