OBJECT_SETTINGS

Top  Previous  Next

Record for the selections and changing the data of objects.

typedef struct {

BlockID id;

PPLANS planHandle;

STAND-IN boxXul;

STAND-IN boxYul;

STAND-IN boxXor;

STAND-IN boxYor;

USHORT sysflags;//change status

} OBJECT_SETTINGS;

id (BlockID)

ID of the object. Consists of two integers systemID and running number.

planHandle (PPLANS)

Act of the plan in which this object lies.

boxXul, boxYul, boxXor, boxYor (STANDS IN)

Co-ordinates of the corner points below on the left and on top on the right.

sysflags (short int)

State of the object (see SysFlagsSysFlags).