# `GSInstance removeObjectFromPropertiesAtIndex:`

*Instance Method*

Removes the property object at the specified index from the properties array.

## Declaration

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

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

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

## Parameters

- `idx` — The index of the property object to remove.

