public void ImportScheme( string strSettingsNodeName, string strFileName, bool bOverwriteExisting )
public: void ImportScheme( String^ strSettingsNodeName, String^ strFileName, bool bOverwriteExisting )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingsNodeName | The node name in the settings (of the file) |
| strFileName | The file to import from. Must include the complete path. Inside the node with the name strSettingsNodeName has to exist |
| bOverwriteExisting | Overwrite any existing scheme with the same name |