Area
Short summary
A datatype for areas based on physical units. It can be converted to other units with the function CNM_RecipeHandling.ConvertArea.
Access: -
Inherits from: MetricParameter
| Name | Type | Comment |
|---|---|---|
| unit | AreaUnit | the area unit |
Code
Declaration
TYPE Area EXTENDS MetricParameter:
STRUCT
(* the area unit *)
unit :AreaUnit := AreaUnit.SQUARE_METER;
END_STRUCT
END_TYPE