How to Use Linked/User/Model Parameters

How to Use Linked/User/Model Parameters

Anonymous
Not applicable
328 Views
1 Reply
Message 1 of 2

How to Use Linked/User/Model Parameters

Anonymous
Not applicable

Hello,

 

Can any one help me how to use a Linked Parameter in VBA?

I need to make a condition in VBA based on that Parameter.

like

 

oSize = oDoc.LinkedParameters.Item("PARAMETERS_6:1", "SIZE")

 

if oSize = "6" then

msgbox("The Size selected is: ",oSize)

ShellDia = 1600

else

ShellDia = 2000

end if

 

Sukpal

0 Likes
329 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Hi,

To add some more Points

I need that code for an iAssembly. need to use a parameter from the base part which I'd have linked in this iAssembly. If I update the Parameter in the Base part it should also update the assembly via VBA.

 

Sukpal

0 Likes