Product: GetLateralOffset

Called to get the current lateral offset for the product item.

🔁 Function

double GetLateralOffset();

⚙️ Parameters

None.

↩️ Return Value

Double: lateral offset value

📝 Example

product.SetShape("Car");
LogDebug("Shape=" + product.Shape);