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