Message 1 of 5
iLogic driven Parameter error (Not Defined)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to add another New Parameter using iLogic. I copied the same code that was used for the first one and modified a little, but on this one it is telling me Type 'ModelDocument' is not defined.
This is the code I am using.
Dim oModelDoc As ModelDocument = ThisDoc.Document Dim userParams As UserParameters = oModelDoc.Parameters.UserParameters Try parametro = oModelDoc.Parameters("Plant_Listing") Catch iLogicVb.RunExternalRule("Parameter Plant Listing") End Try
Can someone tell me why this one doesn't work.