Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class Application.StartOption

Last update: 16.07.2025

Namespace: VM.Managed
Assembly: VMAppCore.dll

This class is to represent the application start option.

public sealed class Application.StartOption

Inheritance

objectApplication.StartOption

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

StartOption(string, string, string)

Initializes a new instance of the class.

public StartOption(string strTranslatorDirectory, string strKernelCoreModulePath, string strHoopsExchangeDirectory)

Parameters

strTranslatorDirectory string

The translator directory.

strKernelCoreModulePath string

The kernel core module path.

strHoopsExchangeDirectory string

The Hoops Exchange path.

StartOption()

Initializes a new instance of the class.

public StartOption()

Properties

GenerateHoopsCode

Gets/Sets the Hoops code generation flag.

public bool GenerateHoopsCode { get; set; }

Property Value

bool

HoopsExchangeDirectory

Gets/Sets the Hoops Exchange directory.

public string HoopsExchangeDirectory { get; set; }

Property Value

string

KernelCoreModulePath

Gets/Sets the kernel core module path.

public string KernelCoreModulePath { get; set; }

Property Value

string

KernelMessageCallback

Gets/Sets the kernel message callback

public Application.StartOption.WriteMessage KernelMessageCallback { get; set; }

Property Value

Application.StartOption.WriteMessage

KernelMessageLogLevel

Gets/Sets the kernel message log level

public int KernelMessageLogLevel { get; set; }

Property Value

int

StrideConvertPath

Gets/Sets the Stride Convert path.

public string StrideConvertPath { get; set; }

Property Value

string

StrideDependencies

Gets/Sets the Stride Dependencies.

public string StrideDependencies { get; set; }

Property Value

string

TranslatorDirectory

Gets/Sets the translator directory.

public string TranslatorDirectory { get; set; }

Property Value

string

TranslatorMessageCallback

Gets/Sets the kernel translator message callback

public Application.StartOption.WriteMessage TranslatorMessageCallback { get; set; }

Property Value

Application.StartOption.WriteMessage

TranslatorMessageLogLevel

Gets/Sets the kernel translator message log level

public int TranslatorMessageLogLevel { get; set; }

Property Value

int

UsePID

Gets/Sets the PID flag.

public bool UsePID { get; set; }

Property Value

bool

Connect with Ansys