Click or drag to resize
SoExtSelectionSetOverlayLassoPattern Method

Sets the lasso stipple pattern.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetOverlayLassoPattern(
	ushort pattern
)

Parameters

pattern
Type: SystemUInt16
Remarks

Values can range from 0 (invisible) to 0xffff (solid). This specifies how dashed or dotted lasso lines will be drawn. This function actually sets the line pattern in all cases, not just overlay. Default is 0xffff (solid).

See Also