# `GSFontMaster insertObject:inGuidesAtIndex:`

*Instance Method*

Inserts the guide at index into guides

## Declaration

```swift
func insertObject(_ guide: GSGuide, inGuidesAt idx: UInt)
```

```objc
- (void) insertObject:(GSGuide *) guide inGuidesAtIndex:(NSUInteger) idx;
```

```python
insertObject_inGuidesAtIndex_(guide: GSGuide, idx: int)
```

## Parameters

- `guide` — The object to insert
- `idx` — The index

