Removes a model downloaded to the QUARC Target.
Namespace:
Quanser.TargetsAssembly: Quanser.Targets (in Quanser.Targets.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub RemoveDownloadedModel ( _ name As String _ ) |
C# |
---|
public void RemoveDownloadedModel( string name ) |
Visual C++ |
---|
public: void RemoveDownloadedModel( String^ name ) |
JavaScript |
---|
function removeDownloadedModel(name); |
Parameters
- name
- Type: System..::.String
The name of the model to remove from the target.
Remarks
This method may be called to remove a model from the QUARC Target. Targets cache the models that have been downloaded to the target. This method removes the downloaded code for the specified model.