ESRI.ArcGIS.ADF.ArcGISServer
SelectionSymbol Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > LayerDescription Class : SelectionSymbol Property




Syntax

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

See Also

© 2010 All Rights Reserved.