Message 1 of 6
Get all Tags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
The following code does not include the tags in a model.
Dim objCollectorAllFamilyInstance As FilteredElementCollector = New FilteredElementCollector(activeDBdoc).OfClass(GetType(FamilyInstance))
I need a similar line to give me all the tags (or IndependantTag) elements. However OfClass(GetType(IndependentTag)) does not work.
Kind Regards
David