Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Change ( object toolId, bool isEnabled = null, bool isAsynchronous = false ) : void |
Causes the specified tool to change state by firing an IToolStateEvent via the event-bus.
|
public static Change ( object toolId, bool isEnabled = null, bool isAsynchronous = false ) : void | ||
toolId | object | The unique identifier of the tool to change state on. |
isEnabled | bool | The enabled state (null if current state remains unchanged). |
isAsynchronous | bool | Flag indicating if the update should happen asynchronously. |
Результат | void |