COM Interface: ISchVariant
In eCADSTAR Schematic Editor, this class provides access to the name of a variant, and the variation items assigned to it.
Members
Functions
| Property | Description |
|---|---|
| void AssignItem(BSTR typeName, BSTR itemName) | Assigns a variation item of the specified variation type to the variant. |
Properties
| Property | Description |
|---|---|
| ISchVariationItems AssignedVariantionItems {get} | Returns a list of variation items that are assigned to the variant. |
| BSTR Name {get} {set} | Returns or sets the name of the variant. |

