Hippe013 Posted April 19, 2016 Posted April 19, 2016 I would like to create a selection set of all cogo points within the active drawing. I am having a hard time accomplishing this. Any help is appreciated. regards, hippe013 Quote
benhubel Posted April 19, 2016 Posted April 19, 2016 I am in a bit over my head answering this, but in case it's useful, I found this thread: https://www.theswamp.org/index.php?topic=1990.0 I hope it helps. Quote
Hippe013 Posted April 19, 2016 Author Posted April 19, 2016 Thank you for your quick reply. I should have specified that I am using vb.NET. Im fairly familar with lisp / visual lisp and I am trying to make the move over to .NET. regards, Ben Quote
benhubel Posted April 19, 2016 Posted April 19, 2016 I should have specified that I am using vb.NET. I think I'm the one who just missed that the thread is in that category. Anyway, this confirms that I'm in over my head Quote
BIGAL Posted April 20, 2016 Posted April 20, 2016 Should be easy the .net equivalent to this (SETQ OBS (SSGET "X" (LIST (CONS 0 "AECC_COGO_POINT")))) Quote
Hippe013 Posted April 20, 2016 Author Posted April 20, 2016 BIGAL, Thank you, but I am aware how to do this in LISP. I would like to know how to do this in vb.NET. regards, hippe013 Quote
BIGAL Posted April 21, 2016 Posted April 21, 2016 Google selection set .net autocad, there should be answer. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.