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.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public override void Apply(
SoPathList pathList,
bool obeysRules
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Overrides Sub Apply (
pathList As SoPathList,
obeysRules As Boolean
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
virtual void Apply(
SoPathList^ pathList,
bool obeysRules
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
abstract Apply :
pathList : SoPathList *
obeysRules : bool -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
override Apply :
pathList : SoPathList *
obeysRules : bool -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
- obeysRules
- Type: SystemBoolean
Remarks
See Also