Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : Evaluate Method
This specifies the type of evaluation to perform.
Evaluate Method
Description

Forces an evaluation of a feature without executing it. This takes one parameter that specifies the type of feature evaluation to perform.

Syntax
Visual Basic
Public Function Evaluate( _
   ByVal MeasNominal As EVALUATION_TYPES _
) As Boolean
Parameters
MeasNominal
ValueDescription
EVAL_ACTUALSEvaluates the feature’s actuals.
EVAL_BOTHEvaluates both the feature’s nominals and actuals.
EVAL_NOMINALSEvaluates the feature’s nominals.
This specifies the type of evaluation to perform.
See Also