PartBaseRevision Property |
The revision of the part. Not all parts have revisions. Typically, revisons are associated
with internal parts that are designated as assemblies and are manufactured within the factory environment.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string Revision { get; set; }
Public Property Revision As String
Get
Set
public:
property String^ Revision {
String^ get ();
void set (String^ value);
}
member Revision : string with get, set
Property Value
Type:
StringSee Also