record T3DCell

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type T3DCell = record

Description

The columns, row, and layer of a cell

  T3DCell = record
    Col: integer;
    Row: integer;
    Lay: integer;
  end;
  

Overview

Fields

Col: integer;
Row: integer;
Lay: integer;

Description

Fields

Col: integer;

Col is the column number.

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