MixerPro 1.2
xFX JumpStart

Home | Classes | Collections | Constants

Collections

CMixerPRO
    Mixers
        Lines
       
LinesByComponentType(CompType As ComponentTypeConstants)
        LinesByConnection(ID As Long)
        LinesByLineType(LineType As LineTypeConstants)

This collection provides a series of CLine objects that interface each available line in the parent CMixer object.


Properties

Count As Long
Returns the number of available CLine objects.

Item(vntIndexKey) As CLine
Returns a reference to the CLine object whose Index is vntIndexKey.

Methods

(none)