IATCapeXRealParameterSpec Interface

Aspen interface for providing dimension for a real-valued parameter.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("B777A1BD-0C88-11D3-822E-00C04F4F66C9")]
[ComVisibleAttribute(false)]
public interface IATCapeXRealParameterSpec

Remarks

Aspen Plus does not use the ICapeParameterSpec.Dimensionality method. Instead a parameter can implement the IATCapeXRealParameterSpec interface which can be used to define the display unit for a parameter value.

Properties

DisplayUnits Gets the default value of the parameter.

See Also