PCBFeatureCircuitId Property |
A unique identifier designating which PCB circuit on the panel this component belongs to.
If this feature is associated directly to the PCB panel, then the CircuitId will be 0 (Guid.Empty).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Guid CircuitId { get; }
Public ReadOnly Property CircuitId As Guid
Get
public:
property Guid CircuitId {
Guid get ();
}
member CircuitId : Guid with get
Property Value
Type:
GuidSee Also