vlr-beep-reaction (AutoLISP/ActiveX)

Produces a beep sound

Supported Platforms: Windows only

Signature

(vlr-beep-reaction [args ...])
args

Type: Integer, Real, String, List, File, VLA-object, Safearray, Variant, Ename (entity name), T, or nil

Any value that can be used a reactor.

Return Values

Type: nil

Always returns nil.

Remarks

This is a predefined callback function that accepts a variable number of arguments, depending on the reactor type. The function can be assigned to an event handler for debugging.

Examples

N/A