---
title: primPath
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/primpath
---

# primPath

The complete path to this prim, or to the nearest prim that contains this object.

## Declaration

```swift
var primPath: USDLayer.Path { get }
```

## Discussion

Discussion If this object is a USDPrim, primPath is the same as path. If this object is a UsdAttribute or a UsdRelationship, primPath is the complete scene path of the object’s prim.
