SoActionNullAction Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static void NullAction(
SoAction name_8668,
SoNode name_8669
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared Sub NullAction (
name_8668 As SoAction,
name_8669 As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
static void NullAction(
SoAction^ name_8668,
SoNode^ name_8669
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
static member NullAction :
name_8668 : SoAction *
name_8669 : SoNode -> unit
Parameters
- name_8668
- Type: OIV.Inventor.ActionsSoAction
- name_8669
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also