# `GSFontMaster objectInGuidesAtIndex:`

*Instance Method*

Returns object at idx in guides

## Declaration

```swift
func objectInGuides(at idx: UInt) -> GSGuide?
```

```objc
- (GSGuide *) objectInGuidesAtIndex:(NSUInteger) idx;
```

```python
objectInGuidesAtIndex_(idx: int) -> GSGuide
```

## Parameters

- `idx` — The index

## Return Value

The object at index

