NewAssociatedTable Property (RealTimeTablesCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a newly created OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseTable instance associated with this collection.
public override RealTimeBaseTable NewAssociatedTable {get;}
public:
property RealTimeBaseTable^ NewAssociatedTable {
RealTimeBaseTable^ get() override;
}
Property Value
The new associated table.The returned OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseTable object should be downcast to a RealTimeTable to access the correct versions of the methods and properties.