TreatEmptyCompositionRelevanceAs: Double;
The TreatEmptyCompositionRelevanceAs property determines the value that is used to fill missing data of aggregation calculation threshold.
The default value is Double.Nan.
If the weights and threshold of aggregation match (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: