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




Syntax

Visual Basic (Declaration) 
<XmlArrayAttribute(XmlSchemaForm.Unqualified)>
<XmlArrayItemAttribute(Form=XmlSchemaForm.Unqualified, ElementName="GlobeGraphicsElementProps")>
Public Property ElementProperties As GlobeGraphicsElementProperties()
Visual Basic (Usage)Copy Code
Dim instance As GlobeGraphicsLayer
Dim value() As GlobeGraphicsElementProperties
 
instance.ElementProperties = value
 
value = instance.ElementProperties
C# 
[XmlArrayAttribute(XmlSchemaForm.Unqualified)]
[XmlArrayItemAttribute(Form=XmlSchemaForm.Unqualified, ElementName="GlobeGraphicsElementProps")]
public GlobeGraphicsElementProperties[] ElementProperties {get; set;}

See Also

© 2010 All Rights Reserved.