# `GSNameParticle objectInNamesAtIndex:`

*Instance Method*

Returns object at idx in names

## Declaration

```swift
func objectInNames(at idx: UInt) -> GSInfoValue?
```

```objc
- (GSInfoValue *) objectInNamesAtIndex:(NSUInteger) idx;
```

```python
objectInNamesAtIndex_(idx: int) -> GSInfoValue
```

## Parameters

- `idx` — The index

## Return Value

The object at index

