Click or drag to resize
SoBoxHighlightRenderActionApply Method (SoPath)

Applies action to the graph defined by a path.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override void Apply(
	SoPath path
)

Parameters

path
Type: OIV.InventorSoPath
Remarks

It simply invokes the parent class apply() methods. It does NOT highlight the path, whether selected or not.

See Also