Real ParameterDimensioned Value Property
Gets and sets the parameter value in the current unit for its dimensionality.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
The value of the parameter in the current unit.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[BrowsableAttribute(true)]
public double DimensionedValue { get; set; }VB
<BrowsableAttribute(true)>
Public Property DimensionedValue As Double
Get
SetProperty Value
DoubleThe value of the parameter in the current unit.
Remarks
The value is returned in the parameter's current unit. For example, if the
parameter was set as 101325 Pa and the unit was changed to atm,
the return value would be 1 (the value of 101325 Pa in atmospheres).
Exceptions
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeInvalidArgument | To be used when an invalid argument value is passed, for example, an unrecognised Compound identifier or UNDEFINED for the props argument. |