Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Struct UserSubroutineResult

Last update: 16.07.2025

Namespace: VM.API.Pre
Assembly: VM.API.Pre.dll

This struct represents the UserSubroutine Result

public struct UserSubroutineResult

Constructors

UserSubroutineResult()

Default constructor

public UserSubroutineResult()

UserSubroutineResult(string, bool)

Initializes a new instance of the UserSubroutineResult.

public UserSubroutineResult(string name, bool usePerformanceIndex)

Parameters

name string

The name.

usePerformanceIndex bool

The use performanceIndex.

Properties

Name

The value for the name. The default value is "".

public string Name { readonly get; set; }

Property Value

string

UsePerformanceIndex

The value for the use performanceIndex. The default value is 'false'.

public bool UsePerformanceIndex { readonly get; set; }

Property Value

bool

Connect with Ansys