# ViewTemplate.IsApplied

## 1. Description

This node returns a boolean value indicating wether a given ViewTemplate is applied to any view in the project or not. Please note that this won't work for 3D templates.

## 2. Inputs

* **ViewTemplate(s)**

This input takes a ViewTemplate or a set of ViewTemplates.

## 3. Outputs

* **bool**

The node retrieves a boolean value indicating wether the given ViewTemplates are appplied to any of the views in the project.&#x20;

![](/files/-LVqswyUoJLT9rIFLgvj)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://datashapes.gitbook.io/primer/revit/viewtemplate.isapplied.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
