# `GSInstance axisInternalValueValueForId:`

*Instance Method*

Returns the internal axis value for a specific ID.

## Declaration

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

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

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

## Parameters

- `ID` — The ID of the axis.

## Return Value

The internal axis value.

