Version: 15.0

    Show / Hide Table of Contents

    Enum ParametricStudyToolStepSaveMethod

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum ParametricStudyToolStepSaveMethod

    Fields

    Name Description
    IndividualFiles

    Each step's results will be saved to its own XML file.

    SingleFile

    Results for all steps will be saved into one XML file.

    Back to top