| AssocEvaluationMode Enumeration | 
In some cases, custom code needs to query the
mode in which it should evaluate itself.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
 Syntax
Syntax
public enum AssocEvaluationMode
 
Public Enumeration AssocEvaluationMode
 
public enum class AssocEvaluationMode
 
 
 
 
 Members
Members
| Member name | Value | Description | 
| ModifyObjectsAssocEvaluationMode | 0 | The standard action evaluation mode in which the objects that
the action depends on are changed through write-dependencies to
satisfy the requirements that the action imposes on them. | 
| ModifyActionAssocEvaluationMode | 1 | The mode of evaluation of action in which the action is changed
to satisfy the objects on which the action depends. The objects
aren't modified, nor are the action's internal data or its
dependencies. | 
 
 See Also
See Also