---
title: prim
framework: usdkit
role: symbol
role_heading: Instance Property
path: usdkit/usdstage-4sfi1/object/prim
---

# prim

The nearest prim that contains this object.

## Declaration

```swift
var prim: USDPrim { get }
```

## Discussion

Discussion If this object is a USDPrim, the value of this property is that same prim. If this object is a UsdAttribute or a UsdRelationship, the value of this property is the nearest prim that contains this object.
