| SoExtSelectionSetOverlayLassoColorIndex Method  | 
Note: This API is now obsolete.
Sets the lasso color index. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetOverlayLassoColorIndex(
	int index
)<ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetOverlayLassoColorIndex ( 
	index As Integer
)public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetOverlayLassoColorIndex(
	int index
)
[<ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetOverlayLassoColorIndex : 
        index : int -> unit 
Parameters
- index
 - Type: SystemInt32
 
RemarksApplies only if the lasso is drawn in the overlay plane.
  Caution | 
|---|
Obsolete since Open Inventor 10000. No longer supported. Calling this method does nothing.    | 
See Also