---
title: "subscript(_:)"
framework: accessibility
role: symbol
role_heading: Instance Subscript
path: "accessibility/axbraillemap/subscript(_:)"
---

# subscript(_:)

Accesses the height of an individual pin on the braille display.

## Declaration

```swift
subscript(point: CGPoint) -> Float { get set }
```

## Overview

Overview Use this subscript to set or get the height of an individual pin. This subscript provides the same capabilities as using setHeight(_:at:) and height(at:).

## See Also

### Accessing dots

- [setHeight(_:at:)](accessibility/axbraillemap/setheight(_:at:).md)
- [height(at:)](accessibility/axbraillemap/height(at:).md)
