ST_AcsiCell

Cell as a structured type.

Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)

Syntax

TYPE ST_AcsiCell :
STRUCT
    xStart  : REAL;
    xEnd    : REAL;
    yStart  : REAL;
    yEnd    : REAL;
END_STRUCT
END_TYPE

Components

Name

Type

Description

xStart

REAL

Cell coordinate x-start.

xEnd

REAL

Cell coordinate x-end.

yStart

REAL

Cell coordinate y-start.

yEnd

REAL

Cell coordinate y-end.