Entity Layout: POSITION

Synopsis

The POSITION declaration provides a mechanism for positioning entities in the project view panel.

Syntax

point_2d ::= ( x , y )

point_3d ::= ( x , y , z )

entity_position ::= object_id : POSITION point_2d [ infoX ] [ infoY ] [ layout_order ]
  | object_id : POSITION point_3d [ infoX ] [ infoY ] [ layout_order ]

Example

Memory_Hierarchy.secondary_cache : POSITION (100,50)