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


IGlobeAdvancedOptions.ManualLOD Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeAdvancedOptions.ManualLOD Property

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(
  Boolean* pbManual
);
[C++]
HRESULT put_ManualLOD(
  VARIANT_BOOL pbManual
);
[C++]

Parameters pbManual [out, retval]
pbManual is a parameter of type bool* pbManual [in]
pbManual is a parameter of type bool

Product Availability

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

See Also

IGlobeAdvancedOptions Interface