WiT Engine Services

The WiT Engine provides all the features of WiT with just a few easy-to-use methods. These methods are exposed in different flavors for the different programming environments that the WiT Engine supports. For example, the Load method is implemented as follows:

C/C++ witLoad function in wit.dll DLL
C# or VB.Net Load method in WiT Engine for .Net namespace
Visual Basic 6 Load method in WiT ActiveX

In the following sections, only the base method name such as Load will be used to describe the method. In most cases, the same method can be used in all the supported programming environments using the same convention as the Load example shown above. Details of the methods can be found in the Programmer’s Reference section in the References manual.

Initialization and Cleanup
Loading and Unloading WICs
Execution Control
Changing Parameters
Mapping Displays
Data Transfer
Interactive Operators

Previous 

Up 

Next