Table of Contents

TTMSFNCPlannerResourceDate Record

Holds one time-slot entry for a resource position during conflict detection: the date/time, its grid column (X), its grid row (Y), and a boolean array (Z) indicating which conflict layers are occupied.

API unit family: TMSFNCPlannerData

Syntax

TTMSFNCPlannerResourceDate = record

Fields and properties

Name Type Description
DateTime TDateTime The date and time the position maps to.
X integer Zero-based column of the cell in the planner grid.
Y integer Zero-based row of the cell in the planner grid.
Z array of boolean Per-resource occupancy for the cell, one entry per resource.