ESRI.ArcGIS.ADF.ArcGISServer
GeneralAttributes Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DERepresentationClass Class : GeneralAttributes Property




General attributes defined at the representation class level.

Syntax

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

See Also

© 2010 All Rights Reserved.