# AppendPart(in PropertyPath, in PropertyPathPart)

> Returns a new PropertyPath combining the given PropertyPath and PropertyPathPart.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.5/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

## AppendPart(PropertyPath, PropertyPathPart)

```csharp
public static PropertyPath AppendPart(in PropertyPath path, in PropertyPathPart part)
```

### Parameters

**** (\[PropertyPath]\(/engine/6000.5/script-reference/unity/properties/propertypath)): The [PropertyPath](/engine/6000.5/script-reference/unity/properties/propertypath.md)**** (\[PropertyPathPart]\(/engine/6000.5/script-reference/unity/properties/propertypathpart)): The part to add.

### Returns

| Type                                                                             | Description                                                                            |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [PropertyPath](/engine/6000.5/script-reference/unity/properties/propertypath.md) | A new [PropertyPath](/engine/6000.5/script-reference/unity/properties/propertypath.md) |
