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


ITerrain.PyramidLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.PyramidLevel Property
ArcGIS Developer Help

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