Inner Drive Extensible Architecture
C#
Show/Hide TOC
Compound
Unit
Second
Unit Property
Gets the second
Unit
of the
CompoundUnit
.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
virtual
Unit
?
SecondUnit
{
get
;
protected
set
; }
Property Value
Unit
Exceptions
IncompatibleUnitException
Thrown when an attempt is made to set
SecondUnit
to a
Unit
that does not match the unit type of
SecondUnitAppliesTo
.
See Also
Reference
CompoundUnit Class
InnerDrive.Quantitative Namespace
In This Article
Definition
Exceptions
See Also