Click or drag to resize
SoExtSelectionAnimateOverlayLasso Method (Boolean)

Note: This API is now obsolete.

Sets the the lasso animation flag.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[ObsoleteAttribute("Use animateLasso field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void AnimateOverlayLasso(
	bool flg
)

Parameters

flg
Type: SystemBoolean
Remarks

This controls whether the lasso is animated (its line pattern changes) or not. Default is false.Obsoletesince Open Inventor 10000. Use animateLasso field instead.

See Also