This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.PyramidType Property (ArcObjects .NET 10.4 SDK) |
The pyramid type of this Terrain.
[Visual Basic .NET] Public ReadOnly Property PyramidType As esriTerrainPyramidType
[C#] public esriTerrainPyramidType PyramidType {get;}
[C++]
HRESULT get_PyramidType(
esriTerrainPyramidType* pType
);
[C++]
Parameters pType [out, retval]
pType is a parameter of type esriTerrainPyramidType
At this time the only type of terrain pyramid is one based on z-tolerance. On a tile by tile basis, subsets of measurements are selected to contribute to pyramid levels. The surface for each level can only deviate from the next higher higher level of detail by an amount up to the z-tolerance.