SoLineHighlightRenderActionApply Method (SoPathList, Boolean) |
Note: This API is now obsolete.
Obsoletesince Open Inventor 9810.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("No longer used.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void Apply(
SoPathList pathList,
bool obeysRules
)
<ObsoleteAttribute("No longer used.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Sub Apply (
pathList As SoPathList,
obeysRules As Boolean
)
public:
[ObsoleteAttribute(L"No longer used.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void Apply(
SoPathList^ pathList,
bool obeysRules
) override
[<ObsoleteAttribute("No longer used.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract Apply :
pathList : SoPathList *
obeysRules : bool -> unit
[<ObsoleteAttribute("No longer used.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override Apply :
pathList : SoPathList *
obeysRules : bool -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
- obeysRules
- Type: SystemBoolean
Remarks
See Also