UnitGroupItem Class

Information identifying a unit of measurement and an associated group.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public class UnitGroupItem
Inheritance
Object    UnitGroupItem

Constructors

UnitGroupItem Create a new Instance of the UnitGroupItem Item.
UnitGroupItem(ConversionDefinitionItem, String) Create a new Instance of the UnitGroupItem Item.

Properties

Conversion Get/Set a reference to the conversion unit associated with this relation.
GroupName Get/Set the name of the group with which this unit is associated.
UnitName Get/Set the name of the unit.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also