SoLineHighlightRenderActionApply Method (SoPath) |
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[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override void Apply(
SoPath path
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Sub Apply (
path As SoPath
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual void Apply(
SoPath^ path
) override
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract Apply :
path : SoPath -> unit
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override Apply :
path : SoPath -> unit
Parameters
- path
- Type: OIV.InventorSoPath
Remarks
See Also