ItemCircuitLocationId Property |
For PCB circuit type items (circuits contained within a PCB Panel), the unique identifier (Guid)
of the circuit location definition found within the ECAD (electronic CAD) data of this assembly.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> CircuitLocationId { get; set; }
Public Property CircuitLocationId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> CircuitLocationId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member CircuitLocationId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also