SoCallbackActionIsCallbackAll Method |
Returns 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 bool IsCallbackAll()
Public Function IsCallbackAll As Boolean
public:
bool IsCallbackAll()
member IsCallbackAll : unit -> bool
Return Value
Type:
BooleanRemarks See Also