Message 1 of 6
VBA not returning object that was just created?

Not applicable
06-01-2005
05:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
SendCommand "-boundary" ...
Set myObject = ThisDrawing.ModelSpace.Item(ThisDrawing.ModelSpace.Count-1)
is not returning the polyline that was just created.
Set myObject = ThisDrawing.ModelSpace.Item(ThisDrawing.ModelSpace.Count-1)
is not returning the polyline that was just created.