ArcObjects Library Reference (GeoDatabaseExtensions)  

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