Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
joe_love-gunn
293 Views, 3 Replies

Trying to pull a custom iProperty from a main view in a drawing

Hi I am currently trying to pull a custom parameter out of a main view in a drawing sheet, the end goal is to rename the sheet to the value of that parameter, however whenever I run the code the parameter cannot be found. I have changed the parameter value from "Panel ID" on Line 21 to "Author" and the Author can be found, but my custom iProperty cannot. I am not sure if my code is looking to the correct property set and cannot find much on this, any help would be appreciated. (I am currently in the debugging stage to find the property and I am new to iLogic coding hence not adding the name change part yet)

 

(Running while searching for "Panel ID")

joe_lovegunn_0-1714580844761.png

(Running while searching for "Author")

joe_lovegunn_1-1714580902745.png

 

(IProperties on Assembly "11366-H2557")

joe_lovegunn_2-1714581021710.pngjoe_lovegunn_3-1714581025354.png

 

Code will be linked below.