record T2DSideCell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type T2DSideCell = record

Description

The row and layer of a cell

  T2DSideCell = record
    Row: integer;
    Lay: integer;
  end;
  

Overview

Fields

Row: integer;
Lay: integer;

Description

Fields

Row: integer;

Row is the row number.

Lay: integer;

Lay is the layer number.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:28