IntValue

IntValue class

Integer value

public class IntValue : ICloneable

Constructors

Name Description
IntValue(int, MeasureConst) Constructor.

Properties

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

Methods

Name Description
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