SoBoxHighlightRenderActionApply Method (SoPath) |
Applies action to the graph defined by a path.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override void Apply(
SoPath path
)
Public Overrides Sub Apply (
path As SoPath
)
public:
virtual void Apply(
SoPath^ path
) override
abstract Apply :
path : SoPath -> unit
override Apply :
path : SoPath -> unit
Parameters
- path
- Type: OIV.InventorSoPath
RemarksIt simply invokes the parent class apply() methods. It does NOT highlight the path, whether selected or not.
See Also