Mute (Operator) *

Introduced

4.0

Description

Sets or returns the muted state of the operator as a Boolean (true=mute; false=active).

Warning: You can read this property from within the update function of a custom operator but setting this property is blocked.

C# Syntax

// get accessor
Boolean rtn = Operator.Mute;

// set accessor
Operator.Mute = Boolean;

Examples

• See Operator.Mute.1.js



Autodesk Softimage 2011