---
title: "displayName(withLength:)"
framework: audiotoolbox
role: symbol
role_heading: Instance Method
path: "audiotoolbox/auparameternode/displayname(withlength:)"
---

# displayName(withLength:)

Another version of the display name, possibly truncated to a desired length.

## Declaration

```swift
func displayName(withLength maximumLength: Int) -> String
```

## Parameters

- `maximumLength`: The maximum length, in characters, of the display name.

## Return Value

Return Value A truncated display name.

## See Also

### Identifiers

- [identifier](audiotoolbox/auparameternode/identifier.md)
- [keyPath](audiotoolbox/auparameternode/keypath.md)
- [displayName](audiotoolbox/auparameternode/displayname.md)
