

BackgroundFillColor - The color of the background fill.BackgroundFill - A background fill is used or not.For a multiline text object, the background mask behavior is controlled by 5 properties: You should see a listing of properties, data types, and values. (setq ent (car (entsel "\nSelect a dimension or multiline text object: "))) After the objects are in the drawing, enter the following at the Command prompt to see a list of all available properties for an object: Add the objects you want to work with your drawing, for this example I added a linear dimension and multiline text object. Properties like Layer, Color, and Linetype are consistent across all graphical objects. To get started, you use the DUMPALLPROPERTIES function with the type of object you want to work with. * NOTE : Much of the desired error handling is not present in the sample code.*
#2012 for mac code#
The code also outputs the current background mask color before asking you to turn the background mask on or off. Now that you have 4 new functions just burning a hole in your code, the following helps you to using these new functions to change the background mask color of a dimension or multiline text object.
#2012 for mac for mac#
If you are planning to upgrade to AutoCAD 2012 for Mac (or AutoCAD 2012 on Windows) and use AutoLISP, there is some exciting news.
