AVEVA Application .NET Public Interface

PdmsApplication.Start Method 

Start the application.

public static void Start(
   bool isGraphics,
   int moduleNumber,
   bool isBatch,
   bool isNoConsole,
   string logfile
);

Parameters

isGraphics
True if to be started in graphics mode
moduleNumber
isBatch
True is to be started in batch mode
isNoConsole
True if to be started with no console
logfile
Filename for application log file

See Also

PdmsApplication Class | Aveva.Pdms Namespace