getmetatag#
- ENS_TEXTURE.getmetatag(tag: str) Any #
Get the value of a tag in the METADATA attribute
- Parameters:
- tag
str
- The string name of the METADATA tag to get
- tag
- Returns:
Any
The value assigned to the tag in the METADATA attribute.
Examples
>>> session.ensight.objs.core.PARTS[0].setmetatag("FOO", "HELLO") >>> print(session.ensight.objs.core.PARTS[0].getmetatag("FOO"))