Click or drag to resize
SoExtSelectionSetLassoColor Method

Note: This API is now obsolete.

Sets the lasso color.

Namespace: OIV.Inventor.Nodes
Assembly: 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 void SetLassoColor(
	SbColor c
)

Parameters

c
Type: OIV.InventorSbColor
Remarks

Applies only if the lasso is not drawn in the overlay plane. This function sets the color in FastEdit mode also. Default is red (1,0,0).Obsoletesince Open Inventor 10000. Use lassoColor field instead.

See Also