API Reference > 0.21 > PointsSystemWriter
PointsSystemWriter Class
Writes the points system.
Namespace: ArgData
Constructors
| Name | Description | 
|---|---|
| PointsSystemWriter(GpExeFile exeFile) | Creates a PointsSystemWriter for the specified GP.EXE file. exeFile: GpExeFile to write to. | 
Methods
| Name | Description | 
|---|---|
| For(GpExeFile exeFile) | Creates a PointsSystemWriter for the specified GP.EXE file. exeFile: GpExeFile to write to. | 
| Write(PointsSystem pointsSystem) | Writes a points system to the EXE. pointsSystem: PointsSystem to write. |