IMsCrossDimensionAggregationOptions.TreatEmptyCompositionRelevanceAs

Syntax

TreatEmptyCompositionRelevanceAs: Double;

Description

The TreatEmptyCompositionRelevanceAs property sets value used to fill missing data of aggregation calculation threshold.

Comments

Default value is Double.Nan.

If the weights and threshold of aggregation coincide (IMsCrossDimensionAggregationTransform.WeightsTerm = IMsCrossDimensionAggregationTransform.CompositionRelevanceTerm), the values used to calculate aggregation threshold are taken from weights, and the value IMsCrossDimensionAggregationOptions.TreatEmptyWeightsAs is used instead of IMsCrossDimensionAggregationOptions.TreatEmptyCompositionRelevanceAs to substitute empty values in aggregation calculation threshold data.

Example

The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.

See also:

IMsCrossDimensionAggregationOptions