Thursday 30 March 2017

Find location of saved file in CATIA Macro.

Program

For print/msg/Know the file location where active file is saved in CATIA Macro.
*File must be saved first.


Sub main()

MsgBox CATIA.ActiveDocument.Path

End Sub

No comments:

Post a Comment