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


ITerrainLayer.PyramidHonored Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITerrainLayer Interface > ITerrainLayer.PyramidHonored Property
ArcGIS Developer Help

ITerrainLayer.PyramidHonored Property

Indicates if current surface resolution honors the scale/resolution relationship in the pyramin definition.

[Visual Basic .NET]
Public ReadOnly Property PyramidHonored As Boolean
[C#]
public bool PyramidHonored {get;}
[C++]
HRESULT get_PyramidHonored(
  Boolean* pbHonored
);
[C++]
Parameters
pbHonored [out, retval]

pbHonored is a parameter of type bool*

Product Availability

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

See Also

ITerrainLayer Interface