ESRI.ArcGIS.ADF.ArcGISServer
LODInfos Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > TileCacheInfo Class : LODInfos Property




Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
Public Property LODInfos As LODInfo()
Visual Basic (Usage)Copy Code
Dim instance As TileCacheInfo
Dim value() As LODInfo
 
instance.LODInfos = value
 
value = instance.LODInfos
C# 
[XmlArrayItemAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
public LODInfo[] LODInfos {get; set;}

See Also

© 2010 All Rights Reserved.