Click or drag to resize
SoSearchActionSetSearchingAll Method

Sets whether searching uses regular traversal or whether it traverses every single node.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetSearchingAll(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

For example, if this flag is false, an OIV.Inventor.Nodes.SoSwitch node will traverse only the child or children it would normally traverse for an action. If the flag is true, the switch would always traverse all of its children. The default is false.

See Also