# `GSFontMaster objectInPropertiesAtIndex:`

*Instance Method*

Returns object at idx in properties

## Declaration

```swift
func objectInProperties(at idx: UInt) -> GSInfoProperty?
```

```objc
- (GSInfoProperty *) objectInPropertiesAtIndex:(NSUInteger) idx;
```

```python
objectInPropertiesAtIndex_(idx: int) -> GSInfoProperty
```

## Parameters

- `idx` — The index

## Return Value

The object at index

