# `GSProxyShapes objectAtIndex:`

*Instance Method*

## Declaration

```swift
func object(at idx: UInt) -> GSShape?
```

```objc
- (GSShape *) objectAtIndex:(NSUInteger) idx;
```

```python
objectAtIndex_(idx: int) -> GSShape
```

