TreatEmptyCompositionRelevanceAs: Double;
The TreatEmptyCompositionRelevanceAs property sets value used to fill missing data of aggregation calculation threshold.
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.
The property use is given in the example for IMsCrossDimensionAggregationOptions.SkipIfWholeWeightIsEmpty.
See also: