EbsOpen Class Library for EBSILON®Professional

UnitValue.Unit Property

[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);

Remarks

Writing: if Unit has the same Dimension as the current Unit then the ValueInUnit will be converted

See Also

UnitValue Class | EbsOpen Namespace