Visual Basic Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Dan
Convert Pline to LWPline
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
92 Views, 2 Replies
07-28-2006 04:12 PM
I am aware of the Convertpoly routine, but is the a vba finction to convert
pline to lwplines?
pline to lwplines?
Re: Convert Pline to LWPline
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-31-2006 05:48 AM in reply to:
*Dan
No there is not, but its pretty simple. Exctract the Coordinates property, remove the z coordinates and create a new LWPolyline using these coordinates.
*Dan
Re: Convert Pline to LWPline
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-31-2006 11:10 AM in reply to:
*Dan
Thanks for the lead.
Dan
wrote in message news:5253143@discussion.autodesk.com...
No there is not, but its pretty simple. Exctract the Coordinates property,
remove the z coordinates and create a new LWPolyline using these
coordinates.
Dan
No there is not, but its pretty simple. Exctract the Coordinates property,
remove the z coordinates and create a new LWPolyline using these
coordinates.

