---
title: "object(at:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdprim/object(at:)"
---

# object(at:)

Returns the object at a given path, relative to this prim.

## Declaration

```swift
func object(at path: USDLayer.Path) -> USDStage.Object
```

## Discussion

Discussion If path is relative, it is anchored to this prim’s path. If no object exists at the resolved path, returns an invalid object handle.

## See Also

### Accessing properties

- [properties](usdkit/usdprim/properties.md)
- [authoredProperties](usdkit/usdprim/authoredproperties.md)
- [propertyNames](usdkit/usdprim/propertynames.md)
- [authoredPropertyNames](usdkit/usdprim/authoredpropertynames.md)
- [property(named:)](usdkit/usdprim/property(named:).md)
- [hasProperty(named:)](usdkit/usdprim/hasproperty(named:).md)
- [USDPrim.Property](usdkit/usdprim/property.md)
