ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.MinLOD Property

Minimum LOD allowed.

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

Parameters

lod [out, retval]   lod is a parameter of type Long lod [in]   lod is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerProperties4 Interface