MidiDjConsole.ProfileItemExistsByName method |
|
Remarks
Verify the presence of an item having the given name 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] MidiDevices.MidiDjConsole.ProfileItemExistsByName ( strItemName as String ) as Boolean |
[C#] public bool MidiDjConsole.ProfileItemExistsByName ( string strItemName ); |
[C++] public: bool MidiDjConsole.ProfileItemExistsByName ( string strItemName ); |
Parameter |
Description |
|
|
strItemName |
String containing the name of the item. |
Return value
Value |
Meaning |
|
|
TRUE |
The item having the given name is available inside the profile of the DJ Console. |
FALSE |
The item having the given name is not available inside the profile of the DJ Console. |