EISRawDataDatapoints Property |
Gets a collection of datapoints.
Namespace: RelaxIS_SDK.Common.FileFormatAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public EISMetaDatapointCollection Datapoints { get; }
Public ReadOnly Property Datapoints As EISMetaDatapointCollection
Get
Dim instance As EISRawData
Dim value As EISMetaDatapointCollection
value = instance.Datapoints
Property Value
EISMetaDatapointCollectionSee Also