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


ITerrainLayer.PyramidHonored Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pbHonored
);
[C++]

Parameters pbHonored [out, retval] pbHonored is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITerrainLayer Interface