Defines the outer box dimensions of the module. The box dimensions are calculated from the insertion point of the parametrically built PLC symbols.
FindClick the New Module or Module Specifications button, and then click the Module Box Dimensions button.
Sets the right, left, top, and bottom offsets for the rectangle that surrounds the module. The optional Split Top and Split Bottom specify the offsets for a split module where Split Top specifies the offset for the top of a split module and Split Bottom specifies the offset for the bottom of the split module. If left blank, AutoCAD Electrical toolset uses the rectangle Top and Bottom values.
Sets the properties for the lines that make up the box. You can set the color and linetype using the properties fields. To predefine the color, enter "COLOR colorname" into the box. For linetype, enter "LTYPE linetypename" into the box. See the CHPROP command in the AutoCAD Help for more information about the various properties you can set.
If you do not want the line drawn, enter the keyword “ERASE” or “_E”. If you want to apply some special procedure to the drawn line, for example, break the line across terminal graphics, you can reference your custom AutoLISP function in this box. Within your function use "(entlast)" to reference the drawn line entity.