-
Returns the list of products attached to a given link.
- Parameters:
-
- iLink
- The Product on which the returned product list is attached to.
- Returns:
- The Product list that is attached to iLink.
- Example:
-
The following example loops for all the products attached to Link1.
Dim ListAttached1 as Product
ListAttached1 = MyDressup.ListAttached(Link1)
Dim Maxi as Integer
Set Maxi = ubound(ListAttached1)
Dim Prod_i as Product
For i = 0 To Maxi
Set Prod_i = ListAttached1(i)
..
Next
Copyright © 2003, Dassault Systèmes. All rights reserved.