Is there any quickest way to find for how many view one view template is been applied?

is there any quickest way to find for how many view one view template is been applied ?

I cant see in Revit if I can create schedule for this, thought Dynamo may have answer for this , has anyone done this before?

Views has a property that gives you the applied VT. It would be view.ViewTemplateId. you could get these IDs, group by key, then get thier names or whatever to get a count. If the view doesn’t have a VT, it returns InvalidElementId.

1 Like

Don’t use Dynamo. Open Browser Organization in Revit => Create New Browser Organization Properties => Group by: View Template. It’ s more easy.

Just set up a View schedule with View Template + Count. Then group/sort by view template and it will give you something similar.

image

1 Like

Thanks all for replying and adding valuable input to my forum questions.