Class MapToolRegistry
- Namespace
- LansMap.Interaction
public sealed class MapToolRegistry
- Inheritance
-
objectMapToolRegistry
Properties
ActiveTool
public IMapModalTool ActiveTool { get; }
Property Value
AnyActive
public bool AnyActive { get; }
Property Value
Methods
Activate(IMapModalTool)
public void Activate(IMapModalTool tool)
Parameters
toolIMapModalTool
Deactivate(IMapModalTool)
public void Deactivate(IMapModalTool tool)
Parameters
toolIMapModalTool
For(object)
public static MapToolRegistry For(object mapScope)
Parameters
mapScopeobject
Returns
Reset()
public void Reset()