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


ITerrainEdit.RemovePyramidLevel 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.RemovePyramidLevel Method
ArcGIS Developer Help

ITerrainEdit.RemovePyramidLevel Method

Removes a pyramid level.

[Visual Basic .NET]
Public Sub RemovePyramidLevel ( _
    ByVal index As Integer _
)
[C#]
public void RemovePyramidLevel (
    int index
);
[C++]
HRESULT RemovePyramidLevel(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

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

See Also

ITerrainEdit Interface