This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.PyramidLevel Property (ArcObjects .NET 10.5 SDK) |
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