Struct ElementQualityCheckResults.TestSummary
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.ModelCheck
Assembly: NXOpen.dll
Syntax
public struct TestSummary
Fields
ErrorCount
Declaration
public int ErrorCount
Field Value
Type | Description |
---|---|
System.Int32 |
HasTestValue
Declaration
public bool HasTestValue
Field Value
Type | Description |
---|---|
System.Boolean |
TestCount
Declaration
public int TestCount
Field Value
Type | Description |
---|---|
System.Int32 |
TestType
Declaration
public TestValueTypes.TestType TestType
Field Value
Type | Description |
---|---|
TestValueTypes.TestType |
WarnedCount
Declaration
public int WarnedCount
Field Value
Type | Description |
---|---|
System.Int32 |
WorstTestValue
Declaration
public double WorstTestValue
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()