Message 1 of 10

Not applicable
06-10-2014
01:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to know, if it's possible to tag floors from linked file using Revit API 2015. It is possible through the Revit inreface. I'm using this method:
public IndependentTag NewTag(
View dbview,
Element elemToTag,
bool addLeader,
TagMode tagMode,
TagOrientation tagOrientation,
XYZ pnt
)
Solved! Go to Solution.