Message 1 of 8
Creating polyline
Not applicable
06-14-2005
02:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I trying to create polyline but Vb.net
show mee eror what is wrong in my code
show mee eror what is wrong in my code
thanks
Dim
line Assize=2> AutoCAD.Common.AcadLine
Dim stpoint(1),
endpoint(1) As
Object
stpoint(0) = 0
stpoint(1) = 0
endpoint(0) = 1000
endpoint(1) = 1000
line = m_oAeccDoc2.ModelSpace.AddLine(stpoint,
endpoint)