Legacy Parts Lists

Legacy Parts Lists

Anonymous
Not applicable
282 Views
2 Replies
Message 1 of 3

Legacy Parts Lists

Anonymous
Not applicable
When inserting parts lists you can select Parts Only ,Parts Only (Legacy) and Structured, Structured(Legacy).
How can I determine if the parts list is legacy or not?
The Partslist.Level tells me if it is PartsOnly or Structured, but not if it is legacy or not.

Do I have to compare PartsList.Rows to the BOM.Rows? Just a thought...

Ronny
0 Likes
283 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You can use the PartsList.Converted property for this. This is a hidden
property. If the property returns False, it indicates that the parts list is
legacy and can be converted by setting the property to True.

Sanjay-

wrote in message news:5789085@discussion.autodesk.com...
When inserting parts lists you can select Parts Only ,Parts Only (Legacy)
and Structured, Structured(Legacy).
How can I determine if the parts list is legacy or not?
The Partslist.Level tells me if it is PartsOnly or Structured, but not if it
is legacy or not.

Do I have to compare PartsList.Rows to the BOM.Rows? Just a thought...

Ronny
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks Sanjay.
0 Likes