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