SoMultiSwitchCallDoChild Method |
Note: This API is now obsolete.
Calls CallDoChild(action, -1).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void CallDoChild(
SoAction action
)
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub CallDoChild (
action As SoAction
)
public:
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void CallDoChild(
SoAction^ action
)
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member CallDoChild :
action : SoAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
Remarks
See Also