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