Click or drag to resize
SoMultiSwitchInheritModes Enumeration

Inheritance Mode enumerated values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public enum InheritModes
Members
  Member nameValueDescription
NO1

Current OIV.Inventor.Nodes.SoMultiSwitch node does not inherit its behavior from state value.

MODE2

OIV.Inventor.Nodes.SoMultiSwitch.m_traversalMode field value is inherited from the state.

LIST4

OIV.Inventor.Nodes.SoMultiSwitch.m_whichChildren field value is inherited from the state.

ANY6

OIV.Inventor.Nodes.SoMultiSwitch.m_whichChildren and OIV.Inventor.Nodes.SoMultiSwitch.m_traversalMode fields values are inherited from the state.

Remarks