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


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

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

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

Product Availability

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

See Also

ITerrainLayer Interface