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