MPRCell Constructor

Summary

Initializes a new MPRCell class object with explicit parameters.

Syntax

JavaScript Syntax
MPRCell = function( 
   generator, 
   mprType, 
   divID 
) 
TypeScript Syntax
constructor( 
   generator: Cell, 
   mprType: CellMPRType, 
   divID: string 
); 

Parameters

generator

The generator cell.

mprType

The type of the MPR that will be generated.

divID

The id of the cell.

Remarks

Before instantiating this class, use the static method CanDoMPR to check whether the generator cell is valid.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly