NewBoundedRecord Property (KeyOrderRecordCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Creates a new record object that this collection is associated with.
public override RealTimeBaseRecord NewBoundedRecord {get;}
public:
property RealTimeBaseRecord^ NewBoundedRecord {
RealTimeBaseRecord^ get() override;
}
Property Value
A new OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord instance of the associated record.The returned OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord object should be downcast to a RealTimeRecord to access the correct versions of the methods and properties.