NewBoundedRecord Property (ReverseKeyOrderRecordCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a new OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseRecord instance of the associated record.
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.