General Objects

The objects available here are the highest-level interfaces for accessing Statistica Enterprise.

The primary interface is the ObjectManager class. The first step for interfacing with Enterprise is to create an object manager and associate Statistica to it.

For example:
Dim oObjMan As New SWLSpcExtension.ObjectManager
oObjMan.Reconnect(Application)
Now let us examine the code:
Dim oObjMan As New SWLSpcExtension.ObjectManager
Here we have created a working instance of an object manager. The object manager is the interface to the Enterprise repository.
oObjMan.Reconnect(Application)

Now we are associating our instance of Statistica to the object manager, which will connect us to the Enterprise system. From here, you can access and modify all the features of Enterprise.