This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerCooker Interface > IGlobeServerCooker.MinLOD Property (ArcObjects .NET 10.4 SDK) |
The minimum Level Of detail for cooking.
[Visual Basic .NET] Public Property minLOD As Integer
[C#] public int minLOD {get; set;}
[C++]
HRESULT get_minLOD(
long* pMinLOD
);
[C++]
HRESULT put_minLOD(
long pMinLOD
);
[C++]
Parameters pMinLOD [out, retval] pMinLOD is a parameter of type long pMinLOD [in] pMinLOD is a parameter of type long