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


ITerrainLayer.LockCurrentSurface 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.LockCurrentSurface Property
ArcGIS Developer Help

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(
  Boolean* pbLock
);
[C++]
HRESULT put_LockCurrentSurface(
  VARIANT_BOOL pbLock
);
[C++]
Parameters
pbLock [out, retval]

pbLock is a parameter of type bool* pbLock [in]
pbLock is a parameter of type bool

Product Availability

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

See Also

ITerrainLayer Interface