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


ITerrainLayer.LockCurrentSurface Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITerrainLayer.LockCurrentSurface Property

Indicates if current surface should be updated based on scale change.

[Visual Basic .NET]
Public Property LockCurrentSurface As Boolean
[C#]
public bool LockCurrentSurface {get; set;}
[C++]
HRESULT get_LockCurrentSurface(
  VARIANT_BOOL* pbLock
);
[C++]
HRESULT put_LockCurrentSurface(
  VARIANT_BOOL pbLock
);
[C++]

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

Product Availability

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

See Also

ITerrainLayer Interface