Search Results for

    Show / Hide Table of Contents

    Struct ElementQualityCheckResults.TestSummary

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE.ModelCheck
    Assembly: NXOpen.dll
    Syntax
    public struct ElementQualityCheckResults.TestSummary

    Fields

    ErrorCount

    Declaration
    public int ErrorCount
    Field Value
    Type Description
    int

    HasTestValue

    Declaration
    public bool HasTestValue
    Field Value
    Type Description
    bool

    TestCount

    Declaration
    public int TestCount
    Field Value
    Type Description
    int

    TestType

    Declaration
    public TestValueTypes.TestType TestType
    Field Value
    Type Description
    TestValueTypes.TestType

    WarnedCount

    Declaration
    public int WarnedCount
    Field Value
    Type Description
    int

    WorstTestValue

    Declaration
    public double WorstTestValue
    Field Value
    Type Description
    double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX