GetRealTimeFieldInfoCollection Method
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a collection of RealTimeFieldInfo objects of the specified kind.
public RealTimeStructType.RealTimeFieldInfoCollection GetRealTimeFieldInfoCollection(
RealTimeFieldKinds rtFieldKinds
)
public:
RealTimeStructType.RealTimeFieldInfoCollection^ GetRealTimeFieldInfoCollection(
RealTimeFieldKinds rtFieldKinds
)
Parameters
- rtFieldKinds
- The kind of fields to retrieve.
Return Value
A new RealTimeStructType.RealTimeFieldInfoCollection object from the current structure.
Only the top level of fields are reported. For example, 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 they need 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.