SoExtSelectionGetLassoWidth Method |
Note: This API is now obsolete.
Gets the lasso line width.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("Use lassoWidth field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public float GetLassoWidth()
<ObsoleteAttribute("Use lassoWidth field instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetLassoWidth As Single
public:
[ObsoleteAttribute(L"Use lassoWidth field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
float GetLassoWidth()
[<ObsoleteAttribute("Use lassoWidth field instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetLassoWidth : unit -> float32
Return Value
Type:
Single
RemarksObsoletesince Open Inventor 10000.
Use lassoWidth field instead.
See Also