This interface is used to enumerate models on the target, such as enumerating the models downloaded to the target, currently loaded on the target or configured to load when the target is booted.

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

Syntax

Visual Basic (Declaration)
Public Interface IModelEnumeration
C#
public interface IModelEnumeration
Visual C++
public interface class IModelEnumeration
JavaScript
Quanser.Targets.IModelEnumeration = function();
Quanser.Targets.IModelEnumeration.createInterface('Quanser.Targets.IModelEnumeration');

See Also