OBJSetVisibleΒΆ

OBJSetVisible shows or hides a diagram or drawing object.

bool = OBJSetVisible(hObj, bShow)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hObj

The handle of a diagram (see LayerCreate) or drawing object.

bShow

If bShow is TRUE (1), the object will be displayed.

History

Version Description
R2014.3 New.

id-1731076