Variable BTComputedAssemblyPropertyAggregationOperatorConst

BTComputedAssemblyPropertyAggregationOperator: {
    All: "ALL";
    Any: "ANY";
    Average: "AVERAGE";
    Maximum: "MAXIMUM";
    Minimum: "MINIMUM";
    NotAll: "NOT_ALL";
    NotAny: "NOT_ANY";
    Sum: "SUM";
    WeightedAverage: "WEIGHTED_AVERAGE";
    WeightedSum: "WEIGHTED_SUM";
} = ...

Export

Type declaration

  • Readonly All: "ALL"
  • Readonly Any: "ANY"
  • Readonly Average: "AVERAGE"
  • Readonly Maximum: "MAXIMUM"
  • Readonly Minimum: "MINIMUM"
  • Readonly NotAll: "NOT_ALL"
  • Readonly NotAny: "NOT_ANY"
  • Readonly Sum: "SUM"
  • Readonly WeightedAverage: "WEIGHTED_AVERAGE"
  • Readonly WeightedSum: "WEIGHTED_SUM"

Generated using TypeDoc