acdimenableupdate
 
 
 

Controls the automatic updating of associative dimensions

(acdimenableupdate nil | T) 

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.

Arguments

nil

Associative dimensions will not update (even if the geometry is modified) until the DIMREGEN command is entered.

T

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)