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


IGlobeLayerProperties4.MaxLOD Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.MaxLOD Property

Maximum LOD allowed.

[Visual Basic .NET]
Public Property maxLOD As Integer
[C#]
public int maxLOD {get; set;}
[C++]
HRESULT get_maxLOD(
  Long* lod
);
[C++]
HRESULT put_maxLOD(
  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