DocFindTaggedObjectΒΆ
DocFindTaggedObject finds layer and drawing objects containing the specified tag.
- hvObjects = DocFindTaggedObject(hDoc, ssTag)
Return Value
hvObjects are the handles of layers and drawing objects.
Parameters
- hDoc
hDoc is a document handle.
- ssTag
ssTag is a scalar string.
History
Version |
Description |
---|---|
R2016.0 |
New. |
See also
Overview Documents, Edit=>Copy Format, DocCreate, ObjSetTags, ObjGetTags
id-282130