For Babelfish Release 1.11.1.3

ResultEngineDisableScoreProjection Property

Enables or disables projecting scores and ranking participants by their projection. This value is traditionally specified by the COURSE OF FIRE Range Scrip's Command.ResultEngineScoreProjection property. A value of true (to disable) only has an effect if score projection would otherwise be used (e.g. result list status is INTERMEDIATE). A value of false, has no effect.

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public bool DisableScoreProjection { get; set; }

Property Value

Boolean

See Also