IMsDiagnosticTestList.FindByType

Syntax

FindByType(Type: MsDiagnosticTestType): IMsDiagnosticTest;

Parameters

Type. Test type.

Description

The FindByType property returns the test of the specified type.

Comments

The property cannot return Null.

Example

The property use is given in the example for IMsLinearRegressionTransform.DiagnosticTests.

See also:

IMsDiagnosticTestList