TMoveObjectPoint

The TMoveObjectPoint data structure specifies a point to be moved by a call to C_MoveObjects.

typedef struct {

TOrcFxAPIHandle ObjectHandle;

int PointIndex;

} TMoveObjectPoint;

Members

ObjectHandle

The handle to the object to be moved.

PointIndex

Identifies which point on the object is to be moved.

See also

TMoveObjectSpecification, C_MoveObjects.