ObjSetTagsΒΆ

ObjSetTags. sets athe tag for a layer or drawing object.

bool = ObjSetTags(handle, ssTags)

Return Value

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

Parameters

handle

handle identifies the object (Drawing Objekt, Layer).

ssTags

ssTags is a scalar string with tags separated by spaces.

History

Version Description
R2016 New

id-1574176