siToolCapabilities
 
 
 

siToolCapabilities

Description

Various flags that affect tool behaviour.

C# Syntax

siToolCapabilities.siToolAllowNotifications                                 // 1
Constant Value Description
siToolAllowNotifications 1 Allow notifications to be sent during interaction. When this flag is off (the default) notifications will be delayed until the tool has stopped interacting. If the data being modified by the tool is not updating properly during interaction then you may need to enable this flag.

Applies To

ToolContext.GetFlag ToolContext.SetFlag