Click or drag to resize

EISMetaDatapoint(EISDatapoint, MetadataCollection) Constructor

Initializes a new instance of the EISMetaDatapoint class.

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public EISMetaDatapoint(
	EISDatapoint datapoint,
	MetadataCollection metadata
)

Parameters

datapoint  EISDatapoint
The datapoint.
metadata  MetadataCollection
The metadata.
See Also