# `GSPathSegment attributeForKey:`

*Instance Method*

## Declaration

```swift
func attribute(forKey key: String) -> Any?
```

```objc
- (id) attributeForKey:(NSString *) key;
```

```python
attributeForKey_(key: str) -> object
```

