For Babelfish Release 1.11.1.3

RangeScriptType Enumeration

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum RangeScriptType

Members

FORMAL_MATCH0 Range Script is designed to be ran by a Range Officer. Usually with multiple firiring point receiivng the RS Commands synchornously.
FORMAL_PRACTICE1 Mimics a FORMAL_MATCH but the RS Commands are all automated, and each competitor can shoot asynchronously.
INFORMAL_PRACTICE2 Range Script is designed to allow the marksman to shoot slow fire on a target type for as long as they want.
DRILL3 
GAME4 

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also