Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct ActuatorInfo

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDFullCar.dll

This struct is to represent the actuator information.

public struct ActuatorInfo

Constructors

ActuatorInfo(Type, string)

Initializes a new instance of the struct.

public ActuatorInfo(Type type, string actuator)

Parameters

type Type

The type.

actuator string

The actuator.

Fields

Actuator

Actuator info xml

public string Actuator

Field Value

string

ActuatorType

Actuator type

public Type ActuatorType

Field Value

Type

Methods

XmlDeSerialize()

XMLs the de serialize.

public ObjectBase XmlDeSerialize()

Returns

ObjectBase

XmlSerialize(ObjectBase)

XMLs the serialize.

public string XmlSerialize(ObjectBase obj)

Parameters

obj ObjectBase

The obj.

Returns

string

Connect with Ansys