[Visual Basic] Public Property Unit As EpUnit [C#] public EpUnit Unit { get; set; } [C++] public: __property EpUnit get_Unit(); public: __property void set_Unit(EpUnit ); [JScript] public function get Unit() : EpUnit public function set Unit(EpUnit);
Writing: if Unit has the same Dimension as the current Unit then the ValueInUnit will be converted
UnitValue Class | EbsOpen Namespace