Use logical block addressing

Logical block addressing uses the starting address, an interval or distance between unique addresses, and the length of the road segment to calculate the address range for the block. If your organization uses logical block addressing you can configure attribute assistant to automatically calculate the address end values when creating a road centerline.

  1. Start an edit session.
  2. Open the DynamicValue table.
  3. Add a new row to the table and populate the following fields:
    • Table Name: RoadCenterline
    • Field Name: TORIGHT
    • Value Method: EXPRESSION
    • Value Info: Ceil(([Shape_Length]/10) / 2) * 2 + [FROMRIGHT]
    • Create: False
    • Change: False
    • On Manual: True
    • On Change (Geometry): False
  4. Repeat step 3 above for the TOLEFT field and replace FROMRIGHT with FROMLEFT in the expression.
  5. Save your edits.
  6. Add a new road and edit the left or right starting address.
  7. On the Attribute Assistant toolbar, click Run Manual Rules for Selected Features to calculate the left and right end address numbers.
Top