| Visual Basic | |
|---|---|
Public Enum EdmResolveAction Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmResolveAction : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmResolveAction : public System.Enum | |
| Member | Description |
|---|---|
| Edmra_ClearUnique | 2 = Clear the duplicated unique-constrained values |
| Edmra_CopySerial | 4 = Copy existing serial number values from the source file |
| Edmra_CreateSerial | 8 = Create new serial number values |
| Edmra_ForceGenerateSerial | 128 = Force regeneration of serial numbers when values already exist; without the flag, SOLIDWORKS PDM Professional only generates values that are missing in the file |
| Edmra_KeepExistingSerialNumbers | 32 = Do not replace existing serial numbers with new ones; SOLIDWORKS PDM Professional still creates serial numbers for empty fields; if this flag is not specified, SOLIDWORKS PDM Professional overwrites existing serial numbers with new ones |
| Edmra_Replace | 1 = Replace existing file with the new one |
| Edmra_Skip | 16 = Do not process this file |
| Edmra_UniqueVarDelayCheck | 64 = Delay the unique variable check to next check in |