Click or drag to resize

RevisionKind Enumeration

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.242.0.0 (8.242.0.0)
Syntax
public enum RevisionKind
Members
  Member nameValueDescription
AllRevisions0 All revisions of the part shall be returned.
CurrentRevision1 Only revisions of Assembly part types marked as "current" shall be returned.
LatestRevision2 Only the latest (most recent) revision shall be returned.
CurrentOrLatestRevision3 If a revision marked as "current" exists, it shall be returned. Otherwise, only the latest (most recent) revision shall be returned.
UseSpecific4 Only the specified revision shall be returned, if it exists.
See Also