# `GSInstance axisValueValueForId:`

*Instance Method*

> **Deprecated**

Returns the axis value for a specific ID. (Deprecated)

## Declaration

```swift
func axisValueValue(forId ID: String) -> CGFloat
```

```objc
- (CGFloat) axisValueValueForId:(NSString *) ID;
```

```python
axisValueValueForId_(ID: str) -> float
```

## Parameters

- `ID` — The ID of the axis.

## Return Value

The axis value.

