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


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

ITerrainPyramidLevel.PyramidType Property

The pyramid type of this pyramid level associated with.

[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*

Product Availability

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

See Also

ITerrainPyramidLevel Interface