For Babelfish Release 1.11.3.13

CommandAutomationRemarkGetParticipantRanksAsList Method

Note: This API is now obsolete.
Converts .ParticipantRanks into a list of integers. Each one representing the rank of an athlete to apply this command automation to. E.g 1 means to apply to first place athlete. 2, means to apply to second rank athlete.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
[ObsoleteAttribute("Simply use .PartijcipantRanks.GetAsList() instead.")]
public List<int> GetParticipantRanksAsList()

Return Value

ListInt32

See Also