Properties
Assign a value through the
Value property. For an IBoolean object named A, write A.Value = true, not A = true.IBoolean passes in-out boolean values to FlexiCapture interface scripts; assign through the Value property, for example A.Value = true, not directly.
Value property. For an IBoolean object named A, write A.Value = true, not A = true.