Is there a component configuration variable for printing what configuration you are using in a drawing?
Thanks, DH
Is there a component configuration variable for printing what configuration you are using in a drawing?
Thanks, DH
Depend on how you want to use it. If it is with VBA or VB you can use.
Set Configuration = Model.GetActiveConfiguration() ConfigName = Configuration.Name
You will have to also access the file itself before using this in your code.
Regards Tony O'Hara
Have something to add? Share your thoughts — no account required.
Ask the community — no account required