---
title: CFArrayGetTypeID()
framework: corefoundation
role: symbol
role_heading: Function
path: corefoundation/cfarraygettypeid()
---

# CFArrayGetTypeID()

Returns the type identifier for the CFArray opaque type.

## Declaration

```swift
func CFArrayGetTypeID() -> CFTypeID
```

## Return Value

Return Value The type identifier for the CFArray opaque type.

## Discussion

Discussion CFMutableArray objects have the same type identifier as CFArray objects.
