ArcObjects Library Reference (GeoDatabaseExtensions)  

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 [out, retval]

  pType is a parameter of type esriTerrainPyramidType

pType [in]

  pType is a parameter of type esriTerrainPyramidType

Product Availability

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

See Also

IDETerrain Interface