Lisp: bwmfversion

Usage

Returns the current version of BetterWMF from within lisp.

(bwmfversion)

Arguments

None

Return values

The version of BetterWMF as a string, for example "6.00"

Example

In the following example, a message is displayed when the detected version of BetterWMF is to old:

(if (or (not bwmfversion) (< (bwmfversion) "7.00"))
      (alert "Unsupported version of BetterWMF detected.") 
)

Special Notes

  • This function was first introduced in BetterWMF version 2.25.
  • Outside AutoCAD the version number can be found by clicking the right mouse button on one of the ARX-files and selecting properties. The version-tab will show the same version number.

Previous page: Lisp reference
Next page: Lisp: bwmfout