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


IGlobeServerCooker.MaxLOD Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerCooker.MaxLOD Property

The maximum Level Of detail for cooking.

[Visual Basic .NET]
Public Property maxLOD As Integer
[C#]
public int maxLOD {get; set;}
[C++]
HRESULT get_maxLOD(
  long* pMaxLOD
);
[C++]
HRESULT put_maxLOD(
  long pMaxLOD
);
[C++]

Parameters pMaxLOD [out, retval] pMaxLOD is a parameter of type long pMaxLOD [in] pMaxLOD is a parameter of type long

Product Availability

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

See Also

IGlobeServerCooker Interface