---
title: AEArrayDataPointer
framework: coreservices
role: symbol
role_heading: Type Alias
path: coreservices/aearraydatapointer
---

# AEArrayDataPointer

A pointer to a union of type AEArrayData.

## Declaration

```swift
typealias AEArrayDataPointer = UnsafeMutablePointer<AEArrayData>
```

## Discussion

Discussion This data type merely defines a pointer to an AEArrayData union.
