CalcBILevelByAnswersWeight Method
Description
Calculate the Business Criticality level from the sum of all the values' weights.
Syntax
Visual Basic
Public Function CalcBILevelByAnswersWeight( _
   ByVal AnswersWeight As Long _
) As Long
Parameters
AnswersWeight
The weight to be used in the calculation. Any integer can be passed. Generally, the AnswersWeight value is the sum of the weights of the user's answers.
See Also