Version: 13.0

    Show / Hide Table of Contents

    Enum CandidateDisplayChoice

    Namespace: SMT.MastaAPI.Gears.GearSetParetoOptimiser
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("69f69d14-218c-f74f-23aa-1721fa3cc202")]
    [ApiEnumFor("SMT.Gears.GearSetParetoOptimiser.CandidateDisplayChoice, SMT.Gears")]
    public enum CandidateDisplayChoice

    Fields

    Name Description
    AllFeasibleCandidates

    All Feasible Candidates

    CandidatesAfterFiltering

    Candidates After Filtering

    CandidatesSelectedInChart

    Candidates Selected in Chart

    DominantCandidates

    Dominant Candidates

    Back to top