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


ITerrain.PyramidLevel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrain.PyramidLevel Property

Returns the pyramid level specified by the index.

[Visual Basic .NET]
Public Function get_PyramidLevel ( _
    ByVal index As Integer _
) As ITerrainPyramidLevel
[C#]
public ITerrainPyramidLevel get_PyramidLevel (
    int index
);
[C++]
HRESULT get_PyramidLevel(
  long index,
  ITerrainPyramidLevel** ppPyramidLevel
);
[C++]

Parameters index [in] index is a parameter of type long ppPyramidLevel [out, retval]
ppPyramidLevel is a parameter of type ITerrainPyramidLevel

Product Availability

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

See Also

ITerrain Interface