SoActionApply Method (SoNode) |
Initiates an action on the graph defined by a node.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public virtual void Apply(
SoNode node
)
Public Overridable Sub Apply (
node As SoNode
)
public:
virtual void Apply(
SoNode^ node
)
abstract Apply :
node : SoNode -> unit
override Apply :
node : SoNode -> unit
Parameters
- node
- Type: OIV.Inventor.NodesSoNode
Remarks See Also