SoExtSelectionAnimateOverlayLasso Method (Boolean) |
Sets the the lasso animation flag.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void AnimateOverlayLasso(
bool flg
)
Public Sub AnimateOverlayLasso (
flg As Boolean
)
public:
void AnimateOverlayLasso(
bool flg
)
member AnimateOverlayLasso :
flg : bool -> unit
Parameters
- flg
- Type: SystemBoolean
RemarksThis controls whether the lasso is animated (its line pattern changes) or not. Default is false.
See Also