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


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

IGlobeLayerProperties.MinLOD Property

Minimum LOD allowed.

[Visual Basic .NET]
Public Property minLOD As Integer
[C#]
public int minLOD {get; set;}
[C++]
HRESULT get_minLOD(
  System.Int32* lod
);
[C++]
HRESULT put_minLOD(
  Long lod
);
[C++]
Parameters
lod [out, retval]

lod is a parameter of type int* lod [in]
lod is a parameter of type int

Product Availability

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

See Also

IGlobeLayerProperties Interface