GetEnumerator Method (RealTimeTablesCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Retrieves the enumerator related to this collection.
protected override RealTimeBaseTablesCollectionEnumerator GetEnumerator()
protected:
RealTimeBaseTablesCollectionEnumerator^ GetEnumerator(); override
Return Value
The related enumerator.
The returned OASySDNA.RealTime.HighPerformanceSetDB.RealTimeBaseTablesCollectionEnumerator object should be downcast to a RealTimeTablesCollection.RealTimeTablesCollectionEnumerator to access the correct versions of the methods and properties.