Share

LogControl.SaveLogAs 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: 30.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.

See Also

Reference

Was this information helpful?