This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.ManualLOD Property (ArcObjects .NET 10.5 SDK) |
Indicates if the level of detail is under manual control.
[Visual Basic .NET] Public Property ManualLOD As Boolean
[C#] public bool ManualLOD {get; set;}
[C++]
HRESULT get_ManualLOD(
VARIANT_BOOL* pbManual
);
[C++]
HRESULT put_ManualLOD(
VARIANT_BOOL pbManual
);
[C++]
Parameters pbManual [out, retval] pbManual is a parameter of type VARIANT_BOOL pbManual [in] pbManual is a parameter of type VARIANT_BOOL