PCBPanelFeatures Property |
A read-only list of the fiducials and components contained by this
panel and/or the circuits associated with the panel.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<PCBFeature> Features { get; }
Public ReadOnly Property Features As IEnumerable(Of PCBFeature)
Get
public:
property IEnumerable<PCBFeature^>^ Features {
IEnumerable<PCBFeature^>^ get ();
}
member Features : IEnumerable<PCBFeature> with get
Property Value
Type:
IEnumerablePCBFeatureSee Also