For Babelfish Release 1.11.1.3

CommandAutomationRemarkGetParticipantRanksAsList Method

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.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public List<int> GetParticipantRanksAsList()

Return Value

ListInt32

See Also