Skip to main content

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

NameTypeComment
unitAreaUnitthe area unit

Code

Declaration

TYPE Area EXTENDS MetricParameter:
STRUCT
(* the area unit *)
unit :AreaUnit := AreaUnit.SQUARE_METER;
END_STRUCT
END_TYPE