# `GSPathSegment setTempData:forKey:`

*Instance Method*

## Declaration

```swift
func setTempData(_ value: Any?, forKey key: String)
```

```objc
- (void) setTempData:(id) value forKey:(NSString *) key;
```

```python
setTempData_forKey_(value: object, key: str)
```

