ICMPObjectSetVariants Method

Set variants for this component.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetVariants(
	List<string> variants,
	bool fireEvents = true
)

Parameters

variants  ListString
List of all variants
fireEvents  Boolean  (Optional)
 

Implements

InterfaceCMPObjectSetVariants(ListString, Boolean)

See Also