PDA

View Full Version : Units in script



steve @ mp
30th Jul 2007, 11:20 am
Hi,

I have a script that I run to insert many image files into a drawing. The script works fine as long as "units" is set to "unitless".

I don't know if it is possible to set this within the script as using the "-units" commend does not give me the option to change to "unitless".

Does anyone know if this is possible...?

Regards

Steve
---

This is an example of the script using just two of the many images:

-image
a
"I:\roads\718217 ATM Roll Out\17Mapping\Images\25_CM\SJ9403.jpg"
394000,403000
1000
0
-image
a
"I:\roads\718217 ATM Roll Out\17Mapping\Images\25_CM\SJ9404.jpg"
394000,404000
1000
0

dbroada
30th Jul 2007, 11:31 am
have you tried



INSUNITS
0

?

steve @ mp
30th Jul 2007, 11:48 am
have you tried



INSUNITS
0

?

Dave,

Many thanks, that worked nicely.

Regards

Steve