03-09-2021
03:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-09-2021
03:29 AM
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
