MindFusion WinForms Programmer's Guide
StreetMapLayer.Select Method
See Also
 





Layer.Select override.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

public override bool Select (
    MapElement mapElement
)

Visual Basic  Copy Code

Public Overrides 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

StreetMapLayer Members
StreetMapLayer Class
MindFusion.Mapping.WinForms Namespace