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




Syntax

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

See Also

© 2010 All Rights Reserved.