PartBase.LatestVersion Property |
A boolean flag indicating whether this part revision represents the most recent or latest version
of this particular part.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic bool LatestVersion { get; }
Public ReadOnly Property LatestVersion As Boolean
Get
public:
property bool LatestVersion {
bool get ();
}
member LatestVersion : bool with get
Property Value
Type:
Boolean
See Also