# `GSFontMaster indexOfObjectInProperties:`

*Instance Method*

Returns the index of property in properties

## Declaration

```swift
func indexOfObject(inProperties property: GSInfoProperty) -> UInt
```

```objc
- (NSUInteger) indexOfObjectInProperties:(GSInfoProperty *) property;
```

```python
indexOfObjectInProperties_(property: GSInfoProperty) -> int
```

## Parameters

- `property` — The object

## Return Value

The index of the object

