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 are connected to a Line that matches the specified ID.


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)