Table of Contents

Class ActData

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Action that add data to the step. The data is maybe from the sensor or computed, etc..

public class ActData : IAct
Inheritance
ActData
Implements
Inherited Members
Extension Methods

Constructors

ActData()

public ActData()

ActData(Dictionary<string, object>)

public ActData(Dictionary<string, object> data)

Parameters

data Dictionary<string, object>

Properties

Data

public Dictionary<string, object> Data { get; set; }

Property Value

Dictionary<string, object>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.