Visual Basic enumerations
Previous  Top  Next

    Public Enum MvmtClass As Integer
        mcPairs = 0
        mcIndividuals = 1
    End
 Enum
Only Pairs and Individual movements are supported at the moment

    Public
 Enum MvmtType As Integer
        mtAny = 0
        mt3QHowell = 1
        mt1HalfAMitchell = 2
        mtwhist = 3
        mtAppHowell = 4
        mtAppMitchell = 5
        mtBlackpool = 6
        mtBlockMitchell = 7
        mtBowman = 8
        mtCrissCrossMitchell = 9
        mtDispMitchell = 10
        mtDoubleHesMitchell = 11
        mtDoubleHowell = 12
        mtDoubleWeaveMitchell = 13
        mtExtraBoardHowell = 14
        mtExtraBoardMitchell = 15
        mtFlowerHowell = 16
        mtHesitationBowman = 17
        mtHesitationMitchell = 18
        mtHowell = 19
        mtInterwovenHowell = 20
        mtMitchell = 21
        mtNSRover = 22
        mtRelayMitchell = 23
        mtRovertableMitchell = 24
        mtSkipMitchell = 25
        mtStaggerMitchell = 26
        mtTwinMitchells = 27
        mtUndefined = 28
        mtWebMitchell = 29
        mtiHowelltype = 30
        mtiMitchelltype = 31
        mtiIrregular = 32
        mtiCombination = 33
        mtiShomate = 34
        mtPivotMitchell = 35
        mt2TAppMitchell = 36
        mtiUser1 = 37
        mtiUser2 = 38
        mtiUser3 = 39
        mtiUser4 = 40
        mtiUser5 = 41
        mtUser1 = 42
        mtUser2 = 43
        mtUser3 = 44
        mtUser4 = 45
        mtUser5 = 46
    End
 Enum

The movement types prefixed with "mt" are for pairs and those with "mti" are for individuals. "mtAny" can apply to either pairs or individuals. Use these numerations to retrieve the full movement name using the "movement name management" frunctions.

The names of the movement are managed using the movement type editor.

    Public
 Enum ScorerType As Integer
        stASE = 0
        stSB = 1
        stACBL = 2
    End
 Enum
The scorer types supported at the moment are:

stASE: ASE Scorer
stSB: Scorebridge
stACBL: ACBLScore