ESRI.ArcGIS.ADF.Web.DataSources
Layer Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > GPFeatureGraphicsLayer Class : Layer Property




Syntax

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

See Also

© 2010 All Rights Reserved.