Class UnitFormulaErr

UnitFormulaErr class

Specifies attributes of an element.

public class UnitFormulaErr : ICloneable

Constructors

NameDescription
UnitFormulaErr()Constructor.
UnitFormulaErr(MeasureConst, string, string)Constructor.

Properties

NameDescription
Err { get; set; }Indicates that the formula evaluates to an error.
F { get; set; }Represents the element’s formula.
Unit { get; set; }Units of measure.

Methods

NameDescription
Clone()Creates deep copy of this instance.
override Equals(object)Are objects equal.
override GetHashCode()Serves as a hash function for a particular type.

See Also