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


IGlobeAdvancedOptions.ManualLOD Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeAdvancedOptions Interface > IGlobeAdvancedOptions.ManualLOD Property
ArcGIS Developer Help

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