An enumerated value indicating the revisions of the specified part that are permissable to use during production
for the assembly associated with this particular Bill of Materials (BOM).
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration RevisionMode
public enum class RevisionMode
Members
| Member name | Value | Description |
---|
| UseLatest | 0 |
Always use the latest revision of the part (the revision marked as current, or the latest revision if none are marked as current).
|
| UseSpecific | 1 |
Use only the part revisions itemized by the RevisionList property.
|
| UseSpecificorNewer | 2 |
Use only the part revision specified by the RevisionList property or newer revisions.
|
| UseSpecificorOlder | 3 |
Use only the part revision specified by the RevisionList property or older revisions.
|
| UseAny | 4 |
Any revision of the part is acceptable for use in production.
|
See Also