MidiDjConsole.ProfileTypedItemNameGet method |
|
Remarks
Obtains the name of a specific item contained inside the profile of the DJ Console.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] control.MidiDjConsole.ProfileTypedItemNameGet ( nItemType as enumDjConsoleItemType, nIndex as Long ) as String |
[C++] BSTR control.MidiDjConsole.ProfileTypedItemNameGet ( short nItemType, long nIndex ); |
Parameter |
Description |
|||||||||||||||||||||
|
|
|||||||||||||||||||||
nItemType |
Specifies the type of item whose name must be obtained. Supported values are the following:
|
|||||||||||||||||||||
nIndex |
Number representing the zero-based index of the item whose name must be obtained. Existing items of a specific type can be enumerated through the MidiDjConsole.ProfileTypedItemCountGet method. |
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the name of the item. |