MsuMsu
Mechanical
- Jan 6, 2021
- 14
I have problem with finding update status in Catia V5. I cant find if the product needs update. How can i find product update status?
Here you can find how i find part update needs.
For Each dokumanlar In CATIA.Documents
If TypeName(dokumanlar) = "PartDocument" Then
If dokumanlar.Part.IsUpToDate(dokumanlar.Part) = False Then
SaveveUpdateKontrol = True
Exit Function
End If
End If
Next
Here you can find how i find part update needs.
For Each dokumanlar In CATIA.Documents
If TypeName(dokumanlar) = "PartDocument" Then
If dokumanlar.Part.IsUpToDate(dokumanlar.Part) = False Then
SaveveUpdateKontrol = True
Exit Function
End If
End If
Next