ESRI.ArcGIS.ADF.ArcGISServer
MaxLOD Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeLayerInfo Class : MaxLOD Property




The minimum LOD of the Layer.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property MaxLOD As Integer
Visual Basic (Usage)Copy Code
Dim instance As GlobeLayerInfo
Dim value As Integer
 
instance.MaxLOD = value
 
value = instance.MaxLOD
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public int MaxLOD {get; set;}

See Also

© 2010 All Rights Reserved.