Automation Overview |
The Automation Scripting API can be used with Mathcad 2001i and higher. It consists of a hierarchy of automation classes, each with their own properties, methods, and events. These classes allow you to:
There are two top level objects which you can create by asking the system for a new instance of them. The Application class can be invoked by co-creating an instance of Mathcad.Application. Additionally, the Worksheet class can be invoked directly by co-creating an instance of Mathcad.Worksheet. Other objects can only be manipulated through these objects and their children: the Worksheet.Regions collection, for example, cannot be created on its own.
![]() |
Classes and Collections |