SystemDefinition.SaveSystemDefinitionFile Method (String, String)
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Saves the system definition file to the specified location.
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 Function SaveSystemDefinitionFile ( _ filepath As String, _ <OutAttribute> ByRef error As String _ ) As Boolean |
| C# |
|---|
public bool SaveSystemDefinitionFile( string filepath, out string error ) |
| Visual C++ |
|---|
public: bool SaveSystemDefinitionFile( String^ filepath, [OutAttribute] String^% error ) |
Parameters
- filepath
- Type: System.String
The location to save the system definition file.
- error
- Type:
System.String
%
Upon return, contains the error that caused the system definition file not to be saved. If no error occurs, this parameter contains an empty string.
Return Value
true (True in Visual Basic) if the system definition file was saved successfully.
Remarks
This method updates the file path stored with the class instance to the specified filepath.