Write-only | 
About Path Configurator | 
Description | 
 Saves the path configuration currently associated with channel (ch) to the specified configuration name. This command is identical to PathConfigurationManager.StoreConfiguration Method  | 
VB Syntax | 
 pathMgr.StoreConfiguration ch, name  | 
Variable | 
(Type) - Description | 
| 
 pathMgr  | 
 PathConfigurationManager (object)  | 
| 
 ch  | 
 (Long) Channel number of the configuration to be saved.  | 
| 
 name  | 
 (String) Configuration name. Factory configurations can NOT be overwritten. Specifying the name of a pre-defined factory configuration will result in an error.  | 
Return Type | 
 Not Applicable  | 
Default | 
 Not Applicable  | 
Examples | 
 path.StoreConfiguration(2) "myMixer"  | 
C++ Syntax | 
 HRESULT StoreConfiguration( long channelNum, BSTR configName );  | 
Interface | 
 IPathConfigurationManager  | 
Last modified:
| 
 Dec.12, 2006  | 
 MX New Command  |