For Babelfish Release 1.11.1.3

TargetMaxZoom Property

The maximum zoom that this target should be displayed in a square user interface window. The width that is shown (on the physical target) would be the width of the widest scoirng ring divided by the MaxZoom. So on an Air Rifle target, the width of the 1 ring is 45.5mm. If MaxZoom is 4.5, then 45.5 / 4.5 = 10.1mm of the target would be shown (which is about the width of the 8 ring.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public float MaxZoom { get; set; }

Property Value

Single

Remarks

Intended for TargetType = SCORING_RING

See Also