Copy an object on multiple UTM coordinates

Copy an object on multiple UTM coordinates

Anonymous
Not applicable
899 Views
2 Replies
Message 1 of 3

Copy an object on multiple UTM coordinates

Anonymous
Not applicable

Okay so here's my problem,

 

I created a SCR text document with multiple UTM coordinates. I added the word LINE. Then ran it through command as a SCRIPT. The points show up on the drawing but they are all connected to each other. I want them to be seperate points, so I created an X with 2 lines. Now, I want to copy it to all the coordinates in the text file. How do i do that?

 

 

thanks

0 Likes
Accepted solutions (1)
900 Views
2 Replies
Replies (2)
Message 2 of 3

Murph_Map
Mentor
Mentor
Accepted solution

Instead of the line command you should of used the "point" command and set the point style "DDPTYPE" You can even use the "MULTIPLE" command to make it easier. 

EX.

 

MULTIPLE

POINT

1,1,1

2,2,2

3,3,3

 

Murph
Supporting the troops daily.
Message 3 of 3

Anonymous
Not applicable
thanks big time
0 Likes