# `GSHint.otherIndex2`

*Instance Property*

## Declaration

```swift
var otherIndex2: IndexPath? { get set }
```

```objc
@property (nonatomic, strong) NSIndexPath * otherIndex2;
```

[See also `otherIndex2` in the Python API](https://docu.glyphsapp.com/#GSHint.otherIndex2)

```python
pyobjc_instanceMethods.otherIndex2() -> NSIndexPath
pyobjc_instanceMethods.setOtherIndex2_(otherIndex2: NSIndexPath)
```

