ESRI.ArcGIS.ADF.ArcGISServer
GraphicAttributes Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > BasicMarkerSymbol Class : GraphicAttributes Property




Syntax

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

See Also

© 2010 All Rights Reserved.