PDA

View Full Version : Paperspace limits



Ukemi72
2014-02-25, 09:27 PM
Hello,

Does somebody know where i can find the paperspace limits in VB.net?

Greetings, Tori72

BlackBox
2014-02-25, 10:37 PM
Give this (http://docs.autodesk.com/ACD/2014/ENU/files/GUID-FAC1A5EB-2D9E-497B-8FD9-E11D2FF87B93.htm) a try.

HTH

Ukemi72
2014-03-03, 11:59 AM
Hi Blackbox,

thanks for the code. What i'm trying to create is an code where i enter the X/Y-limits (minimum) and the X/Y-limits (Maximum) in Paperspace.
The code i'm trying to create is just to enter the values (coordinates) of the limits because i already know what the limits will be.
I have already made the code for switching to Paperspace.

BlackBox
2014-03-03, 01:30 PM
The code i'm trying to create is just to enter the values (coordinates) of the limits because i already know what the limits will be.


Consider the GetPoint (http://docs.autodesk.com/ACD/2014/ENU/files/GUID-33058D80-EA6B-4A19-9F07-F20BC5EBC530.htm)() Method... You may or may not find the AllowArbitraryInput Property to be of use.

HTH