Toggles the selection state the specified map element.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public abstract bool Toggle ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function Toggle( _ |
The MapElement whose selection state should be toggled.
true if the map view should be redrawn, otherwise false.
See Also