---
title: CapturedElementCategory
framework: roomplan
role: symbol
role_heading: Enumeration
path: roomplan/capturedelementcategory
---

# CapturedElementCategory

The category of the particular object or surface.

## Declaration

```swift
enum CapturedElementCategory
```

## Overview

Overview A  CapturedRoomAttribute adopter’s parentCategory property is of this type.

## Topics

### Determining the category type

- [CapturedElementCategory.object(_:)](roomplan/capturedelementcategory/object(_:).md)
- [CapturedElementCategory.surface(_:)](roomplan/capturedelementcategory/surface(_:).md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing object details

- [CapturedRoomAttribute](roomplan/capturedroomattribute.md)
