MidiDjConsole.ProfileReset method |
|
Remarks
Reset the profile currently loaded into the instance of the component.
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] MidiDjConsole.ProfileReset ( ) as enumDjcErrorCodes |
[C#] public enumDjcErrorCodes MidiDjConsole.ProfileReset ( ); |
[C++] public: enumDjcErrorCodes MidiDjConsole.ProfileReset ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred. Check the LastError property value in order to see the last error. |
enumDjcErrorCodes.ERR_DJC_NOERROR (0) |
The method call was successful. |