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


IDETerrain.PyramidType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDETerrain Interface > IDETerrain.PyramidType Property
ArcGIS Developer Help

IDETerrain.PyramidType Property

The kind of the pyramid as defined by the type of filter it uses to thin points.

[Visual Basic .NET]
Public Property PyramidType As esriTerrainPyramidType
[C#]
public esriTerrainPyramidType PyramidType {get; set;}
[C++]
HRESULT get_PyramidType(
  esriTerrainPyramidType pType
);
[C++]
HRESULT put_PyramidType(
  esriTerrainPyramidType* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type esriTerrainPyramidType pType [out, retval]
pType is a parameter of type esriTerrainPyramidType*

Product Availability

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

See Also

IDETerrain Interface