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