Share

LogControl.AutoDelete Property

If this is True, the log file will be deleted on a clean session exit. If False, then logs will be kept. Default: True.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Property AutoDelete As Boolean
	Get
	Set

C#

bool AutoDelete { get; set; }

Property Value

Type: Boolean

See Also

Reference

Was this information helpful?