WriteRecord Method (RealTimeRecord)
- Last UpdatedApr 08, 2026
- 1 minute read
| Overload | Description |
|---|---|
| WriteRecord(RealTimeRecord,RTChangeNotification) | Copies data from a given record into this RealTimeRecord, including all internal data. |
| WriteRecord(Int32) | Overwrites the record at the position indicated by the recordNumber with the current RealTimeRecord. |
| WriteRecord(RealTimeBaseRecord) | Overwrites a given record to this record. It will copy the internal data of the record in this record. (Inherited from OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord) |
| WriteRecord(RealTimeBaseRecord,RTChangeNotification) | Overwrites a given record to this record. It will copy the internal data of the record to this record. (Inherited from ) |