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