hello,
i have been able to update the extended property of a part through aml but i'm looking fo a sample code to understand how to do it with iom(innovator object model)
thanks,
Lucas
hi,All
'my code
'This is the code I tried to write in VB
Me.fetchRelationships("File") Dim file as Item = Me.getRelationships("File")
Dim t_file_id as string If file.getItemCount()>0 Dim fileCnt as Integer=file.getItemCount()
For x=0 To fileCnt…
I need to take a "Requirement Document" item_number, find all the related "Requirement Document Requirements" and their "Requirements".
Looking at the solution for Unit 8 in the v12 Developing Solutions guide I got a pretty good idea how to do this…