ApplyMissingData: Boolean;
The ApplyMissingData property determines whether a missing data treatment method is applied to term values.
ApplyMissingData = True. Use missing data treatment for term values. To set up handling parameters, use IMsCompositeFormulaTerm.MissingData.
ApplyMissingData = False. Default value. Missing data is not treated.
The property use is given in the example for IMsCompositeFormulaTerm.MissingData.
See also: