Controls the automatic updating of associative dimensions
Supported Platforms: Windows and Mac OS
(acdimenableupdate flag)
Type: T or nil
Controls the automatic updating of associative dimensions when geometry is modified.
T -- Enable automatic updating of associative dimensions when the geometry is modified.
nil -- Associative dimensions are not updated (even if the geometry is modified) until the DIMREGEN command is used.
Type: nil
Always returns nil.
The acdimenableupdate function is intended for developers who are editing geometry and don't want the dimension to be updated until after the edits are complete.
Disable the automatic update of associative dimensions in the drawing:
(acdimenableupdate nil)
Enable the automatic update of associative dimensions in the drawing:
(acdimenableupdate T)