Forces an evaluation of a feature without executing it. This takes one parameter that specifies the type of feature evaluation to perform.
Visual Basic |
---|
Public Function Evaluate( _ ByVal MeasNominal As EVALUATION_TYPES _ ) As Boolean |
- MeasNominal
This specifies the type of evaluation to perform.Value Description EVAL_ACTUALS Evaluates the feature’s actuals. EVAL_BOTH Evaluates both the feature’s nominals and actuals. EVAL_NOMINALS Evaluates the feature’s nominals.