VeriStand .NET API Reference

DependentFile.SetPath Method

Sets the paths to a DependentFile and the system definition file with which it is associated.

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 Sub SetPath ( _
	FilePath As String, _
	SDFPath As String _
)
C#
public void SetPath(
	string FilePath,
	string SDFPath
)
Visual C++
public:
void SetPath(
	String^ FilePath, 
	String^ SDFPath
)

Parameters

FilePath
Type: System.String
The path to the DependentFile.
SDFPath
Type: System.String
The path to the system definition file that requires the DependentFile.

See Also

Log in to get a better experience