Babelfish Help Documentation
C#
For Babelfish Release 1.12.3.10
Show/Hide TOC
Range
Configuration
Firing
Lines 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.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
Copy
public
List
<
FiringLine
>
FiringLines
{
get
;
set
; }
Property Value
List
FiringLine
See Also
Reference
RangeConfiguration Class
Scopos.BabelFish.DataModel.Athena.Range Namespace
In This Article
Definition
See Also