For Babelfish Release 1.11.1.3

ResultCOFShots Property

Scores for each Singular Event (usually a Shot). The Key is the sequence number, which is represented here as a string, but is really a float. The Value is the Shot object. To get a dictionary of Shots by their EventName, use GetShotsByEventName()

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public Dictionary<string, Shot> Shots { get; set; }

Property Value

DictionaryString, Shot

Implements

IEventScoresShots

Remarks

Value may be null.

See Also