---
title: primPath
framework: usdkit
role: symbol
role_heading: Instance Property
path: usdkit/usdstage-4sfi1/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.
