For Babelfish Release 1.12.5.15

RangeConfigurationFiringLines Property

A list of FiringLines that this Range has. Most ranges will only have one. As a counter example though, a high power range may have three, 200yd., 300yd. and 600yd.

Definition

Namespace: Scopos.BabelFish.DataModel.Athena.Range
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
C#
public List<FiringLine> FiringLines { get; set; }

Property Value

ListFiringLine

See Also