GetRealTimeFieldInfoCollection Method (RealTimeStructType)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets an collection of RealTimeFieldInfo objects of the desired field kind (e.g. structure, primitive or all).
It reports only one field level down. So, for instance, requesting all fields in the multistate structure type
will result in a collection that includes the structure flags, the array inputIOspecsArray, as well as other
primitive fields. If the caller needs to explore down to each primitive field, then he needs to check the
RealTimeFieldInfo.Kind for each value retrieved from the collection and use further RealTimeArrayType
and RealTimeStructType calls to navigate down to the primitive fields.
public virtual OASySDNA.RealTime.HighPerformanceSetDB.RealTimeStructType.RealTimeFieldInfoCollection GetRealTimeFieldInfoCollection(
OASySDNA.RealTime.HighPerformanceSetDB.RealTimeFieldKinds rtFieldKinds
)
public:
virtual OASySDNA.RealTime.HighPerformanceSetDB.RealTimeStructType.RealTimeFieldInfoCollection^ GetRealTimeFieldInfoCollection(
OASySDNA.RealTime.HighPerformanceSetDB.RealTimeFieldKinds rtFieldKinds
)
Parameters
- rtFieldKinds
- Enumeration for getting particular field list.
Return Value
FieldInfo collection from a structure.