DesignLogEntryParameters Property

Log entry parameter list

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
[TypeConverterAttribute(typeof(DesignLogEntryConverterParameters))]
public List<DesignLogEntryParameter> Parameters {
	get;
 set; }

Property Value

ListDesignLogEntryParameter

See Also