GetOperationDataFromComboBoxEntry Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetOperationDataFromComboBoxEntry() method passes an OperationData object from a combo box, and retrieves the operation ID and the list of the valid sequence numbers for that operation.
public static void GetOperationDataFromComboBoxEntry(
object comboBoxEntry,
out string operID,
out ArrayList seqNos
)
Parameters
- comboBoxEntry
- Required. Holds the the OperationData object from a combo box used to identify the operation whose ID and sequence numbers are being retrieved.
- operID
- Output. Holds the retrieved operation ID.
- seqNos
Output. Holds the retrieved list of valid sequence numbers for the operation.