VeriStand .NET API Reference

Targets.AddTarget Method

Adds the specified Target to the Targets section.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function AddTarget ( _
	target As Target _
) As Boolean
C#
public bool AddTarget(
	Target target
)
Visual C++
public:
bool AddTarget(
	Target^ target
)

Parameters

target
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.Target
The target to add.

Return Value

true (True in Visual Basic) if the target was added successfully.

See Also

Log in to get a better experience