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


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

IGlobeServerCooker.MinLOD Property

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

Product Availability

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

See Also

IGlobeServerCooker Interface