POLYLINE cannnot be recognized

POLYLINE cannnot be recognized

Anonymous
Not applicable
346 Views
6 Replies
Message 1 of 7

POLYLINE cannnot be recognized

Anonymous
Not applicable
hi, i got the following problem,could any one teach me sth aboutit. FilterType(0) = -4 FilterData(0) = "" everything is ok, but POLYLINE" cannnot be recognized, what is wrong with my codes. thank you.
0 Likes
347 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable
"youngman" wrote in message news:415624f6$1_1@newsprd01... > FilterData(5) = "POLYLINE" > FilterType(6) = -4 > FilterData(6) = "or>" > everything is ok, but POLYLINE" cannnot be recognized, > > what is wrong with my codes. There are two 'types' of polylines, POLYLINEs and LWPOLYLINEs. I would guess that you'll want to have both in your code.
0 Likes
Message 3 of 7

Anonymous
Not applicable
THAT IS RIGHT,THANK YOU. by the way , how do you know it, i look it up in developer help's dxf files code , there is only polyline. why thank you again "TomD" wrote in message news:415640db$1_2@newsprd01... > "youngman" wrote in message > news:415624f6$1_1@newsprd01... > > > FilterData(5) = "POLYLINE" > > FilterType(6) = -4 > > FilterData(6) = "or>" > > everything is ok, but POLYLINE" cannnot be recognized, > > > > what is wrong with my codes. > > There are two 'types' of polylines, POLYLINEs and LWPOLYLINEs. > > I would guess that you'll want to have both in your code. > >
0 Likes
Message 4 of 7

Anonymous
Not applicable
Are you sure? My reference has both listed (note that LWPolyline comes a few pages ahead of Polyline, because it comes earlier in the alphabet). ___ "youngman" wrote in message news:4156a8b4$1_3@newsprd01... > i look it up in developer help's dxf files code , > > there is only polyline.
0 Likes
Message 5 of 7

Anonymous
Not applicable
thank you. PAUL, i missed it .sorry. "Paul Turvill" wrote in message news:4156f119_3@newsprd01... > Are you sure? My reference has both listed (note that LWPolyline comes a few > pages ahead of Polyline, because it comes earlier in the alphabet). > ___ > > "youngman" wrote in message > news:4156a8b4$1_3@newsprd01... > > i look it up in developer help's dxf files code , > > > > there is only polyline. > >
0 Likes
Message 6 of 7

Anonymous
Not applicable
"youngman" wrote in message news:415bf11b$1_2@newsprd01... > thank you. > PAUL, > > i missed it .sorry. That is sort of a 'left over' from the 'old days'. To those of us who have been using Acad for a while, it seems obvious, but from a newer user's perspective, I'm sure it's a bit archaic.
0 Likes
Message 7 of 7

Anonymous
Not applicable
Thank you too,dear TomD "TomD" wrote in message news:415c03e2_1@newsprd01... > "youngman" wrote in message > news:415bf11b$1_2@newsprd01... > > thank you. > > PAUL, > > > > i missed it .sorry. > > That is sort of a 'left over' from the 'old days'. To those of us who have > been using Acad for a while, it seems obvious, but from a newer user's > perspective, I'm sure it's a bit archaic. > >
0 Likes