- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We have a tool that looks up specific ViewSheet Parameters to write their data to an external database each time a Sync With Central occurs. One such Parameter is Revit's own "Sheet Number" parameter. However, a new project has the requirement that the Sheet Number include a Prefix value. This was accomplished by creating a Label on the TitleBlock that used the "Sheet Number" parameter and included the required prefix.
Our tool now needs to obtain the full Sheet Number that includes this prefix. We have found it difficult to get at this information. For starters, we aren't sure what type of element we need to filter for to get this. The hope was that we could find the one Label object on the ViewSheet that utilizes the "Sheet Number" parameter and obtain the full value including the prefix.
We have tried filtering for IndependantTags & TextNotes, but have not found the element we are looking for. So first we need to know what type of element it is we are looking for and then how to get the fully qualified value from it.
Any help would be greatly appreciated!
Thanks,
Dave Blackburn
Solved! Go to Solution.