Show contents 

Ms > Ms Assembly Interfaces > IMsBranchConditions > IMsBranchConditions.FindByKey

IMsBranchConditions.FindByKey

Syntax

FindByKey(Key: Integer): IMsBranchCondition;

FindByKey(Key: Integer): Prognoz.Platform.Interop.Ms.IMsBranchCondition;

Parameters

Key. Calculation condition key.

Description

The FindByKey method searches calculation condition by key.

Comments

The method returns Null, if calculation condition with the specified key is not found.

See also:

IMsBranchConditions