# `GSInstance setAxisInternalValueValue:forId:`

*Instance Method*

Sets the internal axis value for a specific ID.

## Declaration

```swift
func setAxisInternalValueValue(_ value: CGFloat, forId ID: String)
```

```objc
- (void) setAxisInternalValueValue:(CGFloat) value forId:(NSString *) ID;
```

```python
setAxisInternalValueValue_forId_(value: float, ID: str)
```

## Parameters

- `value` — The internal axis value to set.
- `ID` — The ID of the axis.

