OBJSetUsePosWCΒΆ

OBJSetUsePosWC sets if the position of a drawing object is specified in diagram coordinates (World Coordinates) or centimeter coordinates.

bool = OBJSetUsePosWC(hobj, bWC)

Return Value

bool is TRUE (1), if the function was successful, and otherwise FALSE (0).

Parameters

hobj

hobj identifies a line, text, rectangle or ellipse object.

bWC

bWC is TRUE (1) if the position of the drawing object is specified in diagram coordinates. bWC is FALSE (0) if the position of the drawing object is specified in centimeter coordinates.

id-756842