List of components directly assigned to this panel, not those assigned to one of its boards.
Usually empty (as a panel consist of n boards), but allows to omit boards and assign the components directly to the panel.
Namespace: CFX.Structures.PCBInspectionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic List<Component> Components { get; set; }
Public Property Components As List(Of Component)
Get
Set
Property Value
ListComponent
See Also