Message 1 of 3
entlast equivalent?

Not applicable
05-22-2001
04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have this VBA code:
Set lineObj = ThisDrawing.ModelSpace.AddLine(pt5a, pt6a)
retObj = lineObj.ArrayRectangular(15, 1, 1, (-0.25 * dimscale), 1, 1)
How do I get the last line created by the array?
i.e. (entget(entlast))
Thank you in advance for any help.
Jamie Gamauf
Senior Job Captain
Aria Group Architects, Inc.
jgamauf@ariainc.com
Set lineObj = ThisDrawing.ModelSpace.AddLine(pt5a, pt6a)
retObj = lineObj.ArrayRectangular(15, 1, 1, (-0.25 * dimscale), 1, 1)
How do I get the last line created by the array?
i.e. (entget(entlast))
Thank you in advance for any help.
Jamie Gamauf
Senior Job Captain
Aria Group Architects, Inc.
jgamauf@ariainc.com