| SoActionNullAction Method | 
Null action method that can be stored in lookup table when desired. 
Extender API:  this api is available to programmers who wish to extend the toolkit. We strongly suggest to use it only in the cases described in the Toolmaker guide such as creating a new class inherited from SoShape. See Open Inventor Toolmaker.
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
 Syntax
Syntaxpublic static void NullAction(
	SoAction name_7976,
	SoNode name_7977
)
Public Shared Sub NullAction ( 
	name_7976 As SoAction,
	name_7977 As SoNode
)
public:
static void NullAction(
	SoAction^ name_7976, 
	SoNode^ name_7977
)
static member NullAction : 
        name_7976 : SoAction * 
        name_7977 : SoNode -> unit 
Parameters
- name_7976
- Type: OIV.Inventor.ActionsSoAction
 
- name_7977
- Type: OIV.Inventor.NodesSoNode
 
 Remarks
Remarks See Also
See Also