# `GSPathHash elementAtIndex:`

*Instance Method*

## Declaration

```swift
func element(at idx: UInt) -> GSPathHashElement!
```

```objc
- (GSPathHashElement *) elementAtIndex:(NSUInteger) idx;
```

```python
elementAtIndex_(idx: int) -> GSPathHashElement
```

