Product: SetLateralOffset
Called to set the lateral offset for the product item
🔁 Function
void SetLateralOffset(offset: double);
⚙️ Parameters
Name | Type | Description |
---|---|---|
offset |
Double | The new lateral offset value |
↩️ Return Value
None
📝 Example
product.SetLateralOffset(0.2);
LogDebug("Lateral Offset =" + product.GetLateralOffset());