LogControlSaveLogAs Method |
Save the current log to a file with the specified path.
If the file exists already, it will be overwritten.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub SaveLogAs (
path As String
)
void SaveLogAs(
string path
)
Parameters
- path
- Type: SystemString
The full path (folder and filename) of the file to be saved.
See Also