Message 1 of 10

Not applicable
02-12-2013
03:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am new to VBA, AutoCad, ActiveX and all this stuff. It is probably obvious but I can not figer out for hours. How can I store reference to AcadPoint for later use? I am inserting hunderds of point to ModelSpace. In each loop I have reference to created point. But how to store this reference for later use in some array, collection...? The Colletion.Add(objPoint) does not work.
Set objPoint = ThisDrawing.ModelSpace.AddPoint(point)
Thanks Michal
Solved! Go to Solution.