PCBFeaturePartId Property |
The unique identifier of an internal part number that may correlate to the reference of this feature.
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> PartId { get; set; }
Public Property PartId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> PartId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member PartId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also