An enumerated value used in part searches to determine which revisions should be returned by
the search if more than one revision exists for a given part.
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 RevisionKind
public enum class RevisionKind
Members
| Member name | Value | Description |
---|
| AllRevisions | 0 |
All revisions of the part shall be returned.
|
| CurrentRevision | 1 |
Only revisions of Assembly part types marked as "current" shall be returned.
|
| LatestRevision | 2 |
Only the latest (most recent) revision shall be returned.
|
| CurrentOrLatestRevision | 3 |
If a revision marked as "current" exists, it shall be returned. Otherwise, only the latest
(most recent) revision shall be returned.
|
| UseSpecific | 4 |
Only the specified revision shall be returned, if it exists.
|
See Also