ESRI.ArcGIS.ADF.ArcGISServer
Elements Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeGraphicsLayer Class : Elements Property




Syntax

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

See Also

© 2010 All Rights Reserved.