Create a tag from scrath in dynamo (no add-on or packs)

I’ve been searching the web for a while now, but I couldn’t find an answer. Is it possible to create room tags from scratch a revit room tag (mean that the tipe of the tag dosent exist untill you press run and it appear only after? based on shared parameters created from the script?

thanks in advance

Labels in tags are not exposed to the API, so no.

The best method is to have tags built and ideally in the project. If they arent the next best method is to know a path to find them at and use the script to load them in first.

Given you want no packages this can all be achieved using Python.

2 Likes