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