Removes a model from the models configured to load at boot time.

Namespace:  Quanser.Targets
Assembly:  Quanser.Targets (in Quanser.Targets.dll)

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

This method removes a model from the list of models configured to load at boot time on the QUARC Target.

See Also