This function will return the serial number generators for the vault in use.
PDMGetSerialNumberNames([Refresh])
Where:
Refresh (optional) is a value that refreshes the data.
Rule | Result | Meaning |
---|---|---|
PDMGetSerialNumberNames() | PartSerialNumber|AssemblySerialNumber|DrawingSerialNumber | Will retrieve the serial numbers once a specification is started. |
PDMGetSerialNumberNames(DwConstantRefreshSerialNumbers) | PartSerialNumber|AssemblySerialNumber | Will retrieve the serial numbers each time the constant changes. DrawingSerialNumber was removed. |