# `GSCFIndexToCFIndexMap indexValueForIndexKey:`

*Instance Method*

## Declaration

```swift
func indexValue(forIndexKey indexKey: CFIndex) -> CFIndex
```

```objc
- (CFIndex) indexValueForIndexKey:(CFIndex) indexKey;
```

```python
indexValueForIndexKey_(indexKey: CFIndex) -> CFIndex
```

