For Babelfish Release 1.12.3.10

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.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
[ObsoleteAttribute("Simply use .PartijcipantRanks.GetAsList() instead.")]
public List<int> GetParticipantRanksAsList()

Return Value

ListInt32

See Also