DesignHistoryRemoveLog Method

Remove your log entry, find it by id.

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<bool> RemoveLog(
	long id
)

Parameters

id  Int64
The identifier for the log entry.

Return Value

TaskBoolean
True if you wait and the log entry was removed.

See Also