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


IGlobeLayerInfo2.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 > IGlobeLayerInfo2 Interface > IGlobeLayerInfo2.MinLOD Property
ArcGIS Developer Help

IGlobeLayerInfo2.MinLOD Property

The minimum LOD of the Layer.

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

pLevel is a parameter of type int*

Product Availability

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

Description

The minimum Level of Detail of the layer. Indicates the minimum level for which data cache could be generated.

See Also

IGlobeLayerInfo2 Interface