canDoMPR Method

Summary

Checks whether the specified cell can be used to generate an MPR cell.

Syntax
TypeScript
JavaScript
canDoMPR = function( 
   cell 
) 
static canDoMPR( 
   cell: Cell 
): MPRStatus; 

Parameters

cell

The cell to check whether is valid to create an MPR cell.

Return Value

MPRStatus enumeration that determines whether the cell can be used to generate MPR cell.

Remarks

Use this method to check whether the generator cell is valid.

The cell is valid only if the returned value is MPRStatus.OK. For more information about any problem in the cell, refer to MPRStatus.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly