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


Flags that set the style of variables used in file and folder data cards. Bitmask.

Syntax

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

Members

MemberDescription
EdmVar_Mandatory2 = Missing values are not permitted; only used for files, ignored for folders
EdmVar_Unique1 = Values of the variable must be unique; only used for files, ignored for folders
EdmVar_VerFreeUpdateAll4 = Every version and every revision, regardless access, workflow states etc., are affected by the variable update
EdmVar_VerFreeUpdateLatest8 = Only the latest version is affected by the variable update

Remarks

See Also