SoSwitchCallDoChild 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[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")]
public void CallDoChild(
SoAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>
Public Sub CallDoChild (
action As SoAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be inaccessible in future release.")]
void CallDoChild(
SoAction^ action
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be inaccessible in future release.")>]
member CallDoChild :
action : SoAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoAction
Remarks
See Also