openPDC Historian Help
Equation Property
NamespacesTVA.Historian.FilesMetadataRecordComposedFieldsEquation
Gets or sets the mathematical equation used for calculating the data value for the MetadataRecord.
Declaration Syntax
C#Visual BasicVisual C++
public string Equation { get; set; }
Public Property Equation As String
public:
property String^ Equation {
	String^ get ();
	void set (String^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is null.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252