MindFusion.Mapping Programmer's Guide

Layer(TColor, TPalette).Select Method

See Also
 






Selects the specified map element.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract bool Select (
    MapElement mapElement
)

Visual Basic  Copy Code

Public MustOverride Function Select( _
    mapElement As MapElement _
) As Boolean

 Parameters

mapElement

The MapElement that should be selected.

 Return Value

true if the map view should be redrawn, otherwise false.

 See Also