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: 9.9.13.0 (9.9.13.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 apply() methods. It does NOT highlight the path, whether selected or not.

See Also