DependentFile.SetPath Method
- Updated2023-02-21
- 2 minute(s) read
Sets the paths to a DependentFile and the system definition file with which it is associated.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.