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