For Babelfish Release 1.11.3.13

RangeConfigurationTargetLines Property

A list of TargetLines that this range has. Most ranges will only have one. As a counter example though, a Bullseye pistol range would have two, 25yd. and 50yd.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Range
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public List<TargetLine> TargetLines { get; set; }

Property Value

ListTargetLine

See Also