PartBaseSequence Property |
The display sequence number for this part revision within its revision chain
(different revisions of the same part). May also indicate order of precedence
for alternate part assignments.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public int Sequence { get; set; }
Public Property Sequence As Integer
Get
Set
public:
property int Sequence {
int get ();
void set (int value);
}
member Sequence : int with get, set
Property Value
Type:
Int32See Also