GRAccess code examples
- Last UpdatedJul 23, 2024
- 1 minute read
This section provides examples related to performance and other best practices.
GRAccess code examples are located in the following folder:
C:\Program Files (x86)\ArchestrA\Samples
The code examples are:
-
CreateGalaxyCPP.
See Example: define the entry point for a console application
-
CreateGalaxyCSharp
-
GUISampleApp
The GUISampleApp implements all aspects of the GRAccess API, and is intended only to demonstrate the functions that can be used in a GRAccess application. It allows you, as a customer or system integrator, to examine the source code in Visual Studio, and to map the results of UI interaction to specific GRAccess API calls.
WARNING! The GUISampleApp is not intended as a production-ready application. DO NOT use the GUISampleApp with production galaxies. It is intended only to give you insight into the GRAccess source code, and let you see how user actions within the GUI affect GRAccess API calls.