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.
Namespace: Scopos.BabelFish.DataModel.DefinitionsAssembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
[ObsoleteAttribute("Simply use .PartijcipantRanks.GetAsList() instead.")]
public List<int> GetParticipantRanksAsList()
Return Value
ListInt32