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


IGlobeAdvancedOptions.ManualLOD Property (ArcObjects .NET 10.5 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(
  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

Product Availability

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

See Also

IGlobeAdvancedOptions Interface