Not applicable
06-10-2014
01:50 AM
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.
Link copied