---
title: prim
framework: usdkit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: usdkit/usdstage/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.
