Table of Contents

Class MapToolRegistry

Namespace
LansMap.Interaction
public sealed class MapToolRegistry
Inheritance
object
MapToolRegistry

Properties

ActiveTool

public IMapModalTool ActiveTool { get; }

Property Value

IMapModalTool

AnyActive

public bool AnyActive { get; }

Property Value

bool

Methods

Activate(IMapModalTool)

public void Activate(IMapModalTool tool)

Parameters

tool IMapModalTool

Deactivate(IMapModalTool)

public void Deactivate(IMapModalTool tool)

Parameters

tool IMapModalTool

For(object)

public static MapToolRegistry For(object mapScope)

Parameters

mapScope object

Returns

MapToolRegistry

Reset()

public void Reset()