ESRI.ArcGIS.ADF.ArcGISServer
GraphicsLayer Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GlobeLayerInfo Class : GraphicsLayer Property




Syntax

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

See Also

© 2010 All Rights Reserved.