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