Removes a model from the models configured to load at boot time.
            
    Namespace: 
   Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub RemoveModelLoadedAtBoot ( _ name As String _ ) | 
| C# | 
|---|
| public void RemoveModelLoadedAtBoot( string name ) | 
| Visual C++ | 
|---|
| public: void RemoveModelLoadedAtBoot( String^ name ) | 
| JavaScript | 
|---|
| function removeModelLoadedAtBoot(name); | 
Parameters
- name
- Type: System..::.String
 The name of model.
 Remarks
Remarks
This method removes a model from the list of models configured to load at boot time on the QUARC Target.
 
     
     
     
     
    