FieldPutFloat Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a System.Single value into the field defined by the path.
public void FieldPutFloat(
float valueToBeWritten
)
public:
void FieldPutFloat(
float valueToBeWritten
)
Parameters
- valueToBeWritten
- The value to be written into the database.
| Exception | Description |
|---|---|
| VDBException | An error raised while writing the field value. |