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


ITerrainEdit.AddPyramidLevel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainEdit Interface > ITerrainEdit.AddPyramidLevel Method
ArcGIS Developer Help

ITerrainEdit.AddPyramidLevel Method

Adds a pyramid level.

[Visual Basic .NET]
Public Sub AddPyramidLevel ( _
    ByVal pPyramidLevel As ITerrainPyramidLevel _
)
[C#]
public void AddPyramidLevel (
    ITerrainPyramidLevel pPyramidLevel
);
[C++]
HRESULT AddPyramidLevel(
  ITerrainPyramidLevel* pPyramidLevel
);
[C++]
Parameters
pPyramidLevel [in]

pPyramidLevel is a parameter of type ITerrainPyramidLevel*

Product Availability

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

Description

A terrain has a pyramid. The pyramid is comprised of one or more pyramid levels. The definition for each level is added by this function. You must have at least one pyramid level defined for a terrain before it can be built. Instantiate a pyramid level definition using the TerrainPyramidLevelZTolerance coclass.

See Also

ITerrainEdit Interface