# this[]

> Returns the Vector3Int position indexed in the Tilemap.PositionArray.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Tilemaps](/engine/6000.7/script-reference/unityengine/tilemaps.md)
* **Assembly:** UnityEngine.TilemapModule

## this\[int]

```csharp
public readonly Vector3Int this[int index] { get; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)):&#x20;

### Returns

| Type                                                                    | Description |
| ----------------------------------------------------------------------- | ----------- |
| [Vector3Int](/engine/6000.7/script-reference/unityengine/vector3int.md) |             |
