Determines whether a model is loaded on the target.
            
    Namespace: 
   Quanser.Targets
    Assembly:
   Quanser.Targets (in Quanser.Targets.dll)
 Syntax
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Function IsModelLoaded ( _
	name As String _
) As Boolean | 
| C# | 
|---|
| public bool IsModelLoaded(
	string name
) | 
| Visual C++ | 
|---|
| public:
bool IsModelLoaded(
	String^ name
) | 
| JavaScript | 
|---|
| function isModelLoaded(name); | 
Parameters
- name
- Type: System..::.String
 The name of the model.
Return Value
Returns 
true if the model is loaded on the target and 
false otherwise.
Remarks
 See Also
See Also