Click or drag to resize
SoBaseKitSetSearchingChildren Method

Sets if nodekit children are searched during OIV.Inventor.Actions.SoSearchAction traversal.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public static void SetSearchingChildren(
	bool newVal
)

Parameters

newVal
Type: SystemBoolean
Remarks

By default, they are not.

See Also