Click or drag to resize
SoBoxHighlightRenderActionApply Method (SoPathList, Boolean)

Applies action to the graph defined by a path list.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public override void Apply(
	SoPathList pathList,
	bool obeysRules
)

Parameters

pathList
Type: OIV.InventorSoPathList
obeysRules
Type: SystemBoolean
Remarks

It simply invokes the parent class OIV.Inventor.Actions.SoBoxHighlightRenderAction.Apply(OIV.Inventor.Nodes.SoNode) methods. It does NOT highlight the path, whether selected or not.

See Also