AeccAlignment referenced Library

AeccAlignment referenced Library

sergiopedroza
Participant Participant
1,226 Views
2 Replies
Message 1 of 3

AeccAlignment referenced Library

sergiopedroza
Participant
Participant

Hi all,
I'm new here and my English is not the best, so sorry for any mistakes. I am trying to list all the curves of an alignment (circular and transition) using VBA and a compilation error is appearing: the user defined type has not been defined. This error appears in the "Dim oAlign As AeccAlignment" command.  I know I need to select the reference library in VBA but I don't know which one. Could someone give me a hand?

0 Likes
Accepted solutions (1)
1,227 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor
Accepted solution

It should be AeccXLandLib. BTW, you can figure it out if you reference it and then open the Object Browser and see what objects the library contains.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

Message 3 of 3

sergiopedroza
Participant
Participant

thanks Ed.Jobe. it worked

0 Likes