This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITerrainLayer Interface > ITerrainLayer.AutoLOR Property (ArcObjects .NET 10.4 SDK) |
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