Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Hi @ColdWatermelonJuice.  Those AddVbFile & AddVbRule tools will only work properly from an iLogic rule that is not set to 'Straight VB Code'.  So, you can not chain several of them together end to end like that.  You can have one iLogic rule that uses multiple of those tools though.  And the iLogic rule using one (or more) of those tools may not need to be set to Straight VB Code to use those reference tools.  When more than one layer of references may be needed, you may need to look into creating your own external DLL file that you can reference from an iLogic rule with an AddReference and/or Imports tool, within the 'Header' of the rule.  To do that you will likely have to have something like Microsoft Visual Studio installed and a decent understanding of vb.net.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)