PartMatcherSetting Class
Namespace: PCBI_PartMatcher.SettingsAssembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
[SerializableAttribute]
public class PartMatcherSetting
<SerializableAttribute>
Public Class PartMatcherSetting
[SerializableAttribute]
public ref class PartMatcherSetting
[<SerializableAttribute>]
type PartMatcherSetting = class end
- Inheritance
- Object PartMatcherSetting
| AutoCopyIntermediate |
Copy all not found parts to intermediate library automatically
|
| AutoCopyProperties |
Copy all found properties for matching components if ShowResultDlg is false
|
| CopyAllAttributes |
Indicates if all component attributes should be copied to intermediate library (ignores CopySpecialAttributes and CopyAttributes)
|
| CopyAttributes |
Component attribute keys to copy to intermediate database (only if CopyAllAttributes is 'false')
|
| CopyPropertiesMode |
Copy found properties to all components ("Complete") or only where newer data are available ("Update")
|
| CopySpecialAttributes |
Copy Sizes, Pin Count or Package String to intermediate database (only if CopyAllAttributes is 'false')
|
| DescriptionProperty |
Key of the related Description attribute of the components
|
| IgnoreOverwriteAttributes |
Prevent copying of specific library properties to selected components
|
| IntermediateLibrary |
Name of the selected intermediate libarary to copy not found parts
|
| ManufacturerProperty |
Key of the related Manufacturer attribute of the components
|
| MatchLibrary |
Selected library to search for components
|
| MpnProperty |
Key of the related MPN attribute of the components
|
| PreferredListPath |
LiteDB path to highlight preferred parts in manual part search
|
| ShowResultDlg |
Indicates if result dialog shoud be displayed or not
|