Click or drag to resize
SoSwitch.WhichChild Class
Switch modes.
Inheritance Hierarchy
System.Object
  OIV.Inventor.Nodes.SoSwitch.WhichChild

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static class WhichChild

The SoSwitch. WhichChild type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSO_SWITCH_ALL
Possible value of whichChild property : traverse all children.
Public fieldStatic memberSO_SWITCH_INHERIT
Possible value of whichChild property : inherit value from state.
Public fieldStatic memberSO_SWITCH_NONE
Possible value of whichChild property : don't traverse any children.
Top
See Also