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


ITerrainLayer2.MaintainCurrentSurface Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITerrainLayer2.MaintainCurrentSurface Property

Indicates if CurrentSurface should be maintained even if layer is invisible, or there is no surface renderer.

[Visual Basic .NET]
Public Property MaintainCurrentSurface As Boolean
[C#]
public bool MaintainCurrentSurface {get; set;}
[C++]
HRESULT get_MaintainCurrentSurface(
  VARIANT_BOOL* pbMaintainSurface
);
[C++]
HRESULT put_MaintainCurrentSurface(
  VARIANT_BOOL pbMaintainSurface
);
[C++]

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

Product Availability

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

See Also

ITerrainLayer2 Interface