# Get StrokeWidth

## Overview

![The Get StrokeWidth Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-c893c2bf7a40a47ed5721306f1127389ac9c74df%2Fgetstrokewidthupdatedimage.png?alt=media)

The **Get StrokeWidth Node** returns the **StrokeWidth** of a **Vector Object**, such as an **Ellipse**. **StrokeWidth** is an **Attribute** of a **Vector Object** that is visualized as the line drawn around the **Object**.

[**Scope**](https://docs.incari.com/incari-studio/2023.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Get StrokeWidth Node Attributes.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-8180b7acd2b21a3eb348042b763e2eb7173cd9eb%2Fnode-get-strokewidth-attr.png?alt=media)

| Attribute | Type         | Description            |
| --------- | ------------ | ---------------------- |
| `Object`  | **ObjectID** | The target **Object**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the target **Object**.                                      |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `StrokeWidth`      | **Int**   | The **StrokeWidth** of the target **Object**.                                                                                          |

## See Also

* [**Set StrokeWidth**](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/vector/setstrokewidth)
