Class DataLogger
Inheritance
System.Object
DataLogger
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class DataLogger : APIBase, IEquatable<APIBase>
Properties
AvailableProperties
Declaration
public ReadOnlyCollection<string> AvailableProperties { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |
|
HasLoggedData
Declaration
public bool HasLoggedData { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetDoubleDataFor(String)
Declaration
public ReadOnlyCollection<double> GetDoubleDataFor(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
GetIntDataFor(String)
Declaration
public ReadOnlyCollection<int> GetIntDataFor(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> |
|
GetVectorDataFor(String)
Declaration
public ReadOnlyCollection<Vector3D> GetVectorDataFor(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<Vector3D> |
|
Implements
System.IEquatable<T>
Extension Methods