---
title: "setSymmetryArgument(_:to:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdprim/spec/setsymmetryargument(_:to:)"
---

# setSymmetryArgument(_:to:)

Sets name in the symmetry arguments dictionary to value.

## Declaration

```swift
func setSymmetryArgument(_ name: String, to value: USDValue)
```

## Parameters

- `name`: The argument name.
- `value`: The new value.
