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: 29.0
Syntax
VB
Sub SaveLogAs ( path As String )
C#
void SaveLogAs( string path )
Parameters
- path
- Type: System.String
The full path (folder and filename) of the file to be saved.