| SoExtSelectionSetLassoWidth Method  | 
Note: This API is now obsolete.
Sets the lasso line width. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10000. Use lassoWidth field instead.")]
public void SetLassoWidth(
	float width
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use lassoWidth field instead.")>
Public Sub SetLassoWidth ( 
	width As Single
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. Use lassoWidth field instead.")]
void SetLassoWidth(
	float width
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. Use lassoWidth field instead.")>]
member SetLassoWidth : 
        width : float32 -> unit 
Parameters
- width
 - Type: SystemSingle
 
RemarksThis function sets the width in FastEdit mode also. Default is 1.
  Caution | 
|---|
Obsolete since Open Inventor 10000. Use lassoWidth field instead.    | 
See Also