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.

id-282130