Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
chandra.shekar.g
in reply to: AMN3161

@AMN3161,

 

By creating a special character for 'breakline'.

 

Create a Custom iProperty and call it 'br' for example. Add a value of 'vbNewLine'. You can do this by creating an iLogic rule and placing this code into it:

 

iProperties.Value("Custom", "br") = vbNewLine

 

 Then you can make a Custom iProperty which you want to show on your drawing and formatting it like this:

 

=LINE1<br>LINE2<br>LINE3

 

If you link this iProperty to a text field in your drawing it will show as 3 seperate lines!


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network