Class IntValue

IntValue class

Integer value

public class IntValue : ICloneable

Constructors

NameDescription
IntValue(int, MeasureConst)Constructor.

Properties

NameDescription
IsThemed { get; set; }
Ufe { get; set; }Attributes of an element.
Value { get; set; }Integer value.

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