RealParameterDimensionedValue 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)
[BrowsableAttribute(true)]
public double DimensionedValue { get; set; }

Property Value

Double
The 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

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeInvalidArgumentTo be used when an invalid argument value is passed, for example, an unrecognised Compound identifier or UNDEFINED for the props argument.

See Also