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