WriteFloat(String,Single,RTChangeNotification) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a field into the locked record.
public virtual void WriteFloat(
string fieldName,
float newValue,
RTChangeNotification notification
)
public:
virtual void WriteFloat(
String^ fieldName,
float newValue,
RTChangeNotification notification
)
Parameters
- fieldName
- The name of the field to write to.
- newValue
- The new value to write.
- notification
- A change notification for data. When the record is unlocked, a request will be sent to the Publisher or the Replication server, depending on this parameter's value.