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.