Click or drag to resize
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.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public static void NullAction(
	SoAction name_8133,
	SoNode name_8134
)

Parameters

name_8133
Type: OIV.Inventor.ActionsSoAction
name_8134
Type: OIV.Inventor.NodesSoNode
Remarks

See Also