---
title: CTRunDelegateGetTypeID()
framework: coretext
role: symbol
role_heading: Function
path: coretext/ctrundelegategettypeid()
---

# CTRunDelegateGetTypeID()

Returns the type of CTRunDelegate objects.

## Declaration

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

## Discussion

Discussion The return type is a Core Foundation type (CTType).

## See Also

### Getting Information About a Run Delegate

- [CTRunDelegateGetRefCon(_:)](coretext/ctrundelegategetrefcon(_:).md)
