Class DataLogger
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DataLogger
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DataLogger : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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