tag, tags, taggedobject

How can I convert a list or array of tag(s) to taggedobject?
Ihave a list of face.tags want to use them as taggedobject
tia

You can get the object from the tag by using the NXObjectManager. Basic use is shown below; if you have an array or list of tags, you can use a loop to create a new array or list of objects from the tags.





Dim myTaggedObj As TaggedObject = Utilities.NXObjectManager.Get(objectTag)