SoExtSelectionGetLassoColor Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use lassoColor field instead.")]
public SbColor GetLassoColor()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use lassoColor field instead.")>
Public Function GetLassoColor As SbColor
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Use lassoColor field instead.")]
SbColor GetLassoColor()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Use lassoColor field instead.")>]
member GetLassoColor : unit -> SbColor
Return Value
Type:
SbColor
RemarksApplies only if the lasso is not drawn in the overlay plane.Obsoletesince Open Inventor 10000.
Use lassoColor field instead.
See Also