MeldStudioShowScene
Shows the selected Meld Studio Scene by ID
Signature
public bool MeldStudioShowScene(string sceneId, int connectionIdx = -1)
Parameters
sceneId
string required
Enter the Scene Id
connectionIdx
int
Default:
-1
Enter the connection index number (-1 is a fallback for the Default connection)
Return Type
bool
Example
CPH.MeldStudioShowScene(sceneId);
CPH.MeldStudioShowScene(sceneId, connectionIdx);