Controls the automatic updating of associative dimensions
(acdimenableupdate nil | T)
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.
TheArguments
Associative dimensions will not update (even if the geometry is modified) until the DIMREGEN command is entered.
Enable automatic updating of associative dimensions when the geometry is modified.
Return Values
nil
Examples
Disable the automatic update of associative dimensions in the drawing:
Command: (acdimenableupdate nil)
Enable the automatic update of associative dimensions in the drawing:
Command: (acdimenableupdate T)