ESRI.ArcGIS.ADF.Tasks
FeatureSelectionColor Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > SearchAttributesTask Class : FeatureSelectionColor Property




Property redefined here to hide base class definition since this is not relevant to this task.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property FeatureSelectionColor As Color
Visual Basic (Usage)Copy Code
Dim instance As SearchAttributesTask
Dim value As Color
 
value = instance.FeatureSelectionColor
C# 
[BrowsableAttribute(false)]
public Color FeatureSelectionColor {get;}

Remarks

This property is not used by the task. It is inherited from the base task class as a property determining the color for selected features which no longer applies to this task.

See Also

© 2010 All Rights Reserved.