ESRI.ArcGIS.ADF.ArcGISServer
LegendClasses Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerLegendGroup Class : LegendClasses Property




A collection of legend class objects.

Syntax

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

See Also

© 2010 All Rights Reserved.