| SoSplitGeometryActionSetTraverseAllSoSwitchChildren Method  | 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetTraverseAllSoSwitchChildren(
	bool enable
)
Public Sub SetTraverseAllSoSwitchChildren ( 
	enable As Boolean
)
public:
void SetTraverseAllSoSwitchChildren(
	bool enable
)
member SetTraverseAllSoSwitchChildren : 
        enable : bool -> unit 
Parameters
- enable
 - Type: SystemBoolean
 
RemarksA call to this method tells the action to traverse all children. Default is false. 
See Also