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.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
[ObsoleteAttribute("Simply use .PartijcipantRanks.GetAsList() instead.")]
public List<int> GetParticipantRanksAsList()
Return Value
ListInt32