Click or drag to resize
SoCallbackActionSetCallbackAll Method

Sets whether the callback uses normal traversal (switches, etc.) or whether it traverses every single node.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetCallbackAll(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Default is false.

See Also