VeriStand .NET API Reference

IProject.Undeploy Method

Undeploys the system definition file associated with an NI VeriStand project from the target. Undeploying the system definition file stops execution on the target. If you want to disconnect from the target without stopping system definition file execution, use Disconnect.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Function Undeploy As Error
C#
Error Undeploy()
Visual C++
Error^ Undeploy()

Return Value

Returns an Error object. If no error occurs, the Code property of the Error object is 0.

See Also

Log in to get a better experience