SOLIDWORKS PDM Professional API Help Send Feedback
EdmResolveReason Enumeration
See Also  
EPDM.Interop.epdm Namespace : EdmResolveReason Enumeration


Types of flags, which contain the reason for the function call, to pass to your implementation of IEdmCallback6::ResolveBitmask.

Syntax

Visual Basic 
Public Enum EdmResolveReason 
   Inherits System.Enum
C# 
public enum EdmResolveReason : System.Enum 
C++/CLI 
public enum class EdmResolveReason : public System.Enum 

Members

MemberDescription
Edmrr_DstExists1 = Destination file name is already used in the folder
Edmrr_DstExistsGlobal64 = Destination file name is already used in the vault
Edmrr_FolderExists32 = Folder with the same name exists
Edmrr_LockedByYouHere2 = Destination (existing) file is checked out by the logged-in user
Edmrr_SameAsSource4 = Source file and the destination file are the same
Edmrr_SerialNumber16 = Source file contains serial number values
Edmrr_UniqueValues8 = Source file contains unique, constrained, variable values that must be cleared on copy

See Also