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 |
See also
Overview Objects, ObjCreate, ObjGetTags, DocFindTaggedObject
id-1574176