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


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

ITerrainLayer.AutoLOR Property

Indicates if LOR should be updated when scale changed.

[Visual Basic .NET]
Public Property AutoLOR As Boolean
[C#]
public bool AutoLOR {get; set;}
[C++]
HRESULT get_AutoLOR(
  VARIANT_BOOL* pbAutoLOR
);
[C++]
HRESULT put_AutoLOR(
  VARIANT_BOOL pbAutoLOR
);
[C++]

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

Product Availability

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

See Also

ITerrainLayer Interface