COM classes
- Last UpdatedFeb 28, 2026
- 1 minute read
This section describes the COM classes that are defined and exposed through GRAccess. These include:
-
GRAccess
GRAccess is similar to GRAccessApp but is cocreated in-process to the client. Restrictions include:
-
EXE program hosting the component must reside in the AppServer Bin folder.
-
Single-stepping over GRAccess method calls with the Visual Basic 6.0 debugger may cause execution to run-away and not stop at the next line.
Interfaces implemented: IgObject
-
-
GRAccessApp
Clients use the GRAccess Component to gain access to the Galaxy Repository.
Interfaces implemented: IgObject
-
MxValue
The MxValue provides storage and retrieval of System Platform data types.
MxValues are passed as parameters in the AutomationObject Get and Set methods.
Interfaces implemented: IMxValue