For Babelfish Release 1.11.3.13

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.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public Dictionary<string, Shot> Shots { get; set; }

Property Value

DictionaryString, Shot

Implements

IEventScoresShots

Remarks

Value may be null.

See Also