SystemDefinition.SaveSystemDefinitionFile Method (String)
- Updated2023-02-21
- 2 minute(s) read
Saves the system definition file.
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 ( _ <OutAttribute> ByRef error As String _ ) As Boolean |
| C# |
|---|
public bool SaveSystemDefinitionFile( out string error ) |
| Visual C++ |
|---|
public: bool SaveSystemDefinitionFile( [OutAttribute] String^% error ) |
Parameters
- 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 saves the file to the location specified by the file path stored within the class instance.