Search Results for

    Show / Hide Table of Contents

    Enum PlanSumOperation

    PlanSum operation for PlanSetups in PlanSum. Indicates whether the plan is summed with (“+”) or subtracted from (“-”) the other plans in the sum.

    Namespace: VMS.TPS.Common.Model.Types
    Assembly: VMS.TPS.Common.Model.Types.dll
    Syntax
    public enum PlanSumOperation

    Fields

    Name Description
    Addition

    Plan is summed with (“+”) the other plans in the sum.

    Subtraction

    Plan is subtracted from (“-”) the other plans in the sum.

    Undefined

    Summing type is undefined.

    In This Article
    Back to top