Embedding Overview |
The IMathcad interface can be used with Mathcad 7.02 and higher. IMathcad consists of four Methods, which allow you to pass data to and from a Mathcad worksheet, recalculate it, and save your calculations to a file. The IMathcad interface is used when inserting a Mathcad worksheet via the Insert OLE Object dialog or when accessing a Mathcad worksheet via a file moniker such as Visual Basic's GetObject. There is no limit to the number of inputs. The number of outputs is limited to ten, named out0 through out9.
Starting in Mathcad 2001i, IMathcad has been extended with a new Worksheet property. Otherwise, the IMathcad interface remains untouched from previous versions of Mathcad.
Note: This interface is deprecated. New code should use the Worksheet class, documented in the Automation API.