WORKPOS (Function)


Returns the user coordinate system as the position type.


WORKPOS (<user coordinate system number>)


Designate <User coordinate system number> declared using the WORK command, and this statement will return a work coordinate system setting with the position type. In this case, -1 (indefinite) is entered for a FIG component of the position data.
<User coordinate system number> User coordinate system number (1 to 7)



DIM lp1 As Point
lp1 = WORKPOS(1)
'Assigns the user coordinate system to lp1.


Top