OLSelectFeatureHighlightOnly Property |
If true do not actually select features (that is place them in the layer’s selected features array), just highlight them
Namespace:
Cadcorp.Web.UI.OpenLayers
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic bool HighlightOnly { get; set; }
Public Property HighlightOnly As Boolean
Get
Set
<asp:OLSelectFeature HighlightOnly="True|False" />
Property Value
Type:
Boolean
See Also