Click or drag to resize
SoLineHighlightRenderActionClearApplyResult Method

Note: This API is now obsolete.

Obsoletesince Open Inventor 9810.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("No longer used.")]
public override void ClearApplyResult()
Remarks

No longer used. When applied, an action may reference nodes or create objects (e.g. OIV.Inventor.SoPath) that reference nodes. This is especially true for OIV.Inventor.Actions.SoSearchAction and OIV.Inventor.Actions.SoRayPickAction. These references will prevent the nodes from being destroyed and so may appear to be a "memory leak".

All references are cleared when the action is destroyed or re-applied. However it may be useful to clear them explicitly to remove references to nodes.

See Also