Member values
Member name | Data type | Description | Usage |
---|---|---|---|
c0 | float | First column value | You can manipulate the field c0 as if it were a regular field. To clear the value of c0 and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
c1 | float | Second column value | You can manipulate the field c1 as if it were a regular field. To clear the value of c1 and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
c2 | float | Third column value | You can manipulate the field c2 as if it were a regular field. To clear the value of c2 and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
c3 | float | Fourth column value | You can manipulate the field c3 as if it were a regular field. To clear the value of c3 and reset it to the default value for its type, you call the ClearField() method of the Message interface. |
Parent topic: Base (Python)