To Modify the Level of Points at the Survey Command Line

Use the Survey Command Window to modify the level of points.

The level modification commands are intended to work only with control and non-control points.

To modify the level of a single point

  1. In Toolspace, on the Survey tab, right-click the network that you want to edit, and click Survey Command Window.
  2. At the Command line, enter:

    MOD LEV [point 1] (level)

To modify the level of a multiple points

  1. In Toolspace, on the Survey tab, right-click the network that you want to edit, and click Survey Command Window.
  2. At the Command line, enter:

    MOD ELEVS [point 1] [point 2] [level]

To modify point level by an increment

  1. In Toolspace, on the Survey tab, right-click the network that you want to edit, and click Survey Command Window.
  2. At the Command line, enter:

    MOD LEV BY [point 1] (amount)

    or

    MOD ELEVS BY [point 1] [point 2] (amount)

Example

This example modifies the level of point 2 from 33.528 to 32.004 and then increases the level of point 2 by an increment of 10.0. Levels are in the current units, unless you type a qualifying suffix:

NEZ 1 100 100 30.480

NEZ 2 200 200 33.528

MOD LEV 2 32.004

! POINT 2 LEVEL: 32.004

MOD LEV BY 2 10.0

! POINT 2 LEVEL ADDED: 42.004

Command Syntax

MOD LEV [point 1] (level)

or

MOD ELEVS [point 1] [point 2] [level]

or

MOD LEV BY [point 1] (amount)

or

MOD ELEVS BY [point 1] [point 2] (amount)

Parameter Definition
point 1 The point number to assign a level to.
point 2 Used with point 1 to specify the range of points affected.
level The new level value.
amount The amount to increment or decrement the height of point 1. To decrement the height, type a negative value.