Submitted by uwe.a on Thu, 08/14/2014 - 06:54
Forums:
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
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
re: get object from tag
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)