Creating a Custom Batch Job - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Reference Data
Search by Category
Reference Data
Smart 3D Version
12.1 (2019)

Create a custom batch job by creating a new class in the job that implements IBatchCommand.

IBatchCommand Interface:

In the new class that implements IBatchCommand interface, define two methods:

  • Initialize - Initializes all the arguments that are submitted to Intergraph Batch Server. It also initializes all the variables using the .xml file that is generated after submitting the job to IBS.

  • Execute - Executes the custom batch job process. You must implement the custom batch job in this method.

For more information on defining the Initialize and Execute methods, see the Visual Studio integrated reference documentation on BatchCommand.cs.