Gets a list of the models that have been downloaded to the QUARC Target.
            
    Namespace: 
   Quanser.Targets
    Assembly:
   Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Sub GetDownloadedModels ( _
	callback As IModelEnumeration, _
	context As Object _
) | 
| Visual C++ | 
|---|
| public:
void GetDownloadedModels(
	IModelEnumeration^ callback, 
	Object^ context
) | 
| JavaScript | 
|---|
| function getDownloadedModels(callback, context); | 
Parameters
- callback
- Type: Quanser.Targets..::.IModelEnumeration
 The interface to invoke for each model that has been downloaded.
- context
- Type: System..::.Object
 An arbitrary value to pass to the interface methods.
Remarks
 See Also
See Also