Message 1 of 6
Leader Notes - .Text no longer pulls Property Values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I've recently noticed one of my iLogic Rules no longer pulls the information from properties utilizing .Text, I was wondering if there's a new method?
For example:
For Each oSheet as Sheet in oDoc.Sheets
For Each oLeader As LeaderNote In oSheet.DrawingNotes.LeaderNotes
Dim LeaderText As String = oLeader.Text
Next
Next
This pulls "<PROPERTY>" rather than the property value. Before, it'd pull the property value instead of "<PROPERTY>".
Is there anyway to pull the property information through this still? I personally can't find anything.
Thank you all!