OT SetOptions version 1 modified version 1.6
OT SetOptions(inOptions)
| Parameter | Type | Description | |
| inOptions | Longint | → | Set of 32 bit flags |
| Discussion |
OT SetOptions sets all of the ObjectTools options using a 32-bit number, which contains bits representing the different options.
Because all of the options are set at once, this call should be preceded by a call to OT GetOptions, then the 4D bitwise operators should be used to set or clear individual bit flags.
See “OT GetOptions” for a list of the current options.
See Also

