This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.MaxLOD Property (ArcObjects .NET 10.5 SDK) |
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