Offset (LabVIEW Manager Macro)
- Updated2025-07-30
- 1 minute(s) read
int16 Offset(type, field);
Purpose
Returns the offset of the specified field within the structure called type.
Parameters
| Name | Type | Description |
|---|---|---|
| type | — | Structure that contains field. |
| field | — | Field whose offset you want to determine. |
Return Value
An offset as an int16.