Search Results for

    Show / Hide Table of Contents

    Struct Calculation.CalculationModel

    Calculation Model

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: VMS.TPS.Common.Model.API
    Assembly: VMS.TPS.Common.Model.API.dll
    Syntax
    public struct CalculationModel

    Fields

    AlgorithmName

    Algorithm name

    Declaration
    public string AlgorithmName
    Field Value
    Type Description
    System.String

    AlgorithmVersion

    Algorithm version

    Declaration
    public string AlgorithmVersion
    Field Value
    Type Description
    System.String

    BeamDataDirectory

    Beam data directory

    Declaration
    public string BeamDataDirectory
    Field Value
    Type Description
    System.String

    DefaultOptionsFilePath

    Default Options file path

    Declaration
    public string DefaultOptionsFilePath
    Field Value
    Type Description
    System.String

    EnabledFlag

    Enabled flag

    Declaration
    public bool EnabledFlag
    Field Value
    Type Description
    System.Boolean

    ModelName

    Model name

    Declaration
    public string ModelName
    Field Value
    Type Description
    System.String
    In This Article
    Back to top