Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
9) List Coords 9 or List Coords |
Methodology
|
| Command: | 9 |
| Alpha Alias: | List Coords |
| Description: | Prints point numbers and coordinates |
| Data Format: | 9 {Point# [Point#] ... } ; |
| Problem: | Print out the known or computed coordinates for points 2, 4, and 6, and 11 through 67. |
| Solution: |
9 2 4 6 11 -67 ; |
No Image Available
Data Description
Command
| 9
| Prints the coordinates of a point or a range of points.
|
{Point#
| 2
| Optional point number for which you want the coordinates printed. Leave blank to list all valid points.
|
[Point#] ... }
| 4
6
11 -67
| Repeating feature of this command. Enter additional points for which you want the coordinates printed.
If you want the coordinates for a series of sequential points, enter the first and last points in the series. The last point number must be preceded by a hyphen.
Example: 1 -50 would define the range for points 1 through 50, inclusive. (The output display is formatted for point numbers up to 99999.)
|
End Command
| ;
| All commands end with a semi-colon.
|
Example Command File
$ Example data set for the 9 (List Coords) command
$ Set the points
0 2 0 0 ;
1 3 2 -4 32 46 20 53.67 ;
1 6 3 -1 74 21 30 115.37 ;
1 8 2 -2 77 23 17 86.653 ;
5 7 6 8 3 159 159 ;
$ Setup feature codes with
$ cmd feature, layer, color, style, thickness
15.1 L1 LINES1 7 1 1 ;
$ Turn plot on
91 ;
$ Print out a text label in the output window
100 Example Lot Closure ;
$ Activate the L1 feature
15 L1 ;
$ assign a repeating heading
15.2 "Lot Number" ;
$ inverse the lot closure
7 25 3 6 7.1 8 2 3 ;
$ List all the coordinates in the data file
9 ;
Help for this command was last updated: 04/03/2000 3:00:00 PM
|