SoExtSelectionSetOverlayLassoPattern Method |
Sets the lasso stipple pattern.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void SetOverlayLassoPattern(
ushort pattern
)
Public Sub SetOverlayLassoPattern (
pattern As UShort
)
public:
void SetOverlayLassoPattern(
unsigned short pattern
)
member SetOverlayLassoPattern :
pattern : uint16 -> unit
Parameters
- pattern
- Type: SystemUInt16
RemarksValues 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