Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Struct ApiStartOptions

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpreAPI.dll

Options for starting the .

public struct ApiStartOptions

Properties

ActionOnKernelMessage

Write kernel message action

public Action<string> ActionOnKernelMessage { readonly get; set; }

Property Value

Actionstring&gt;

ActionOnKernelTranslatorMessage

Write kernel translator message action

public readonly Action<object> ActionOnKernelTranslatorMessage { get; }

Property Value

Actionobject&gt;

ActionOnLicenseError

Action for license error message.

public Action<string string> ActionOnLicenseError { readonly get; set; }

Property Value

Actionstring, string&gt;

ActionOnLicenseInformation

Action for license information message.

public Action<string string> ActionOnLicenseInformation { readonly get; set; }

Property Value

Actionstring, string&gt;

ActionOnLicenseWarning

Action for license warning message.

public Action<string string> ActionOnLicenseWarning { readonly get; set; }

Property Value

Actionstring, string&gt;

ConsoleDefault

Default start option for the console applications.

public static ApiStartOptions ConsoleDefault { get; }

Property Value

ApiStartOptions

HoopsExchangeDirectory

Hoops Exchange directory

public string HoopsExchangeDirectory { readonly get; set; }

Property Value

string

KernelCoreModulePath

Kernel core module path

public string KernelCoreModulePath { readonly get; set; }

Property Value

string

KernelPath

Kernel path

public string KernelPath { readonly get; set; }

Property Value

string

TranslatorDirectory

Translator directory

public string TranslatorDirectory { readonly get; set; }

Property Value

string

Connect with Ansys