SoExtSelectionIsUsingOverlay Method |
Note: This API is now obsolete.
Gets whether the lasso is drawn in the overlay plane.
Namespace: OIV.Inventor.NodesAssembly: 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 bool IsUsingOverlay()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function IsUsingOverlay As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
bool IsUsingOverlay()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member IsUsingOverlay : unit -> bool
Return Value
Type:
Boolean
RemarksObsoletesince Open Inventor 9610
Overlay feature is legacy, and no longer makes sense with current hardware.
See Also