SoLineHighlightRenderActionApply Method (SoPathList) |
Note: This API is now obsolete.
Calls Apply(pathList, false).
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used.")]
public void Apply(
SoPathList pathList
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("No longer used.")>
Public Sub Apply (
pathList As SoPathList
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"No longer used.")]
void Apply(
SoPathList^ pathList
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("No longer used.")>]
member Apply :
pathList : SoPathList -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
Remarks
See Also