<!--
{
  "availability" : [
    "iOS: 15.2.0 -",
    "iPadOS: 15.2.0 -",
    "macCatalyst: 15.2.0 -",
    "macOS: 12.1.0 -",
    "tvOS: 15.2.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accessibility",
  "identifier" : "/documentation/Accessibility/AXBrailleMap/setHeight(_:at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Accessibility"
    ],
    "preciseIdentifier" : "c:objc(cs)AXBrailleMap(im)setHeight:atPoint:"
  },
  "title" : "setHeight(_:at:)"
}
-->

# setHeight(_:at:)

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

```
func setHeight(_ status: Float, at point: CGPoint)
```

## Parameters

`status`

A floating-point number between `0.0` and `1.0` that specifies the height of the
pin. A value of `0.0` lowers the pin completely, and a value of `1.0` raises the
pin completely.

`point`

The location of the pin to adjust the height for. The bottom-left of the display
is at `{ 0,0 }`, and the top-right of the display is at `{ dimensions.width - 1, dimensions.height - 1}`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)