SoCallbackActionSetCallbackAll Method |
Sets whether the callback uses normal traversal (switches, etc.) or whether it traverses every single node.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetCallbackAll(
bool flag
)
Public Sub SetCallbackAll (
flag As Boolean
)
public:
void SetCallbackAll(
bool flag
)
member SetCallbackAll :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also