Exercise 3: Modify the title block

If your organization has its own title block, you can insert that block definition into the template file and replace the default one. However, this exercise assumes that you do not have such a block and explains how to customize the one included with the template.

The title block definition has properties that define its text and appearance. You can change the values for these properties. For example, you can specify the value for text variables or the appearance of the borders of the block.

Note: The title block consists of several smaller blocks, such as the legend and key map viewports. You can explode the title block to resize, modify, or delete some of its component blocks, but this tutorial does not cover that operation. In this exercise, you change only the properties of the current title block definition.
Note: This exercise uses the template you modified in the previous exercise.

To change the title block attributes

  1. Double-click the frame of the title block to see the Enhanced Attribute Editor.

    You can change any property of the title block

    Note: The title block is the lower part of the block on the right side of the layout. If you double-click a viewport within the title block by mistake, right-click inside the viewport and click Minimize Viewport.
  2. Change the organization name.

    ORGANIZATION_NAME is a text field whose default value is “Organization Name.” You can replace this default value by typing a different one.

    • Click the Attribute tab and click the ORGANIZATION_NAME field.
    • For Value, type the name of your organization.
    • In the Enhanced Attribute Editor, click Apply.
  3. Change the plot date entry.

    P_DATE (plot date) is a variable that can update automatically, based on a field. In this example, you set P_DATE to the date that the drawing was last revised.

    • Click the Attribute tab and click the P_DATE field.
    • Right-click the Value field at the bottom of the dialog box (which currently contains the value "---") and select Insert Field.

      Right-click the value to insert a field.

    • In the Field dialog box, under Field Names, select CurrentSheetRevisionDate.
    • Under Format, select Title Case.
    • Click OK.
    • In the Enhanced Attribute Editor, click Apply.
  4. Specify a different text style.

    You can format the text for various elements of the title block.

    • In the Enhanced Attribute Editor, click the Text Options tab.
    • For Text Style, select North Arrow Text.
    • For Justification, select Center.
    • Click Apply.
  5. Customize the lines used in the title block.
    • In the Enhanced Attribute Editor, click the Properties tab.
    • Select a different line type, line weight, or color for the title block.
  6. Click OK.
  7. Save the modified template.
    • Click Save AsAutoCAD Drawing Template.
    • Specify a new name (for example, Map Book Template - Inset.dwt).

      Save the template in the Templates directory if you plan to reuse it. Otherwise, save it in My Documents.

  8. Edit the description when it displays. Leave Save All Layers As Unreconciled selected.
  9. Leave the template file open for the next exercise.

To continue this tutorial, go to Exercise 3: Replace the north arrow block.