vl-propagate (AutoLISP)

Copies the value of a variable into all open document namespaces (and sets its value in any subsequent drawings opened during the current AutoCAD session)

(vl-propagate 'symbol)

Arguments

symbol

A symbol naming an AutoLISP variable.

Return Values

Unspecified.

Examples

Command: (vl-propagate 'radius)

nil