# `GSFontMaster removeObjectFromPropertiesAtIndex:`

*Instance Method*

Removes the property at idx

## Declaration

```swift
func removeObjectFromProperties(at idx: UInt)
```

```objc
- (void) removeObjectFromPropertiesAtIndex:(NSUInteger) idx;
```

```python
removeObjectFromPropertiesAtIndex_(idx: int)
```

## Parameters

- `idx` — The index

