Class: ObjectTags

Defines the collection of Mechanical’s tags.

Methods

Name Description
GetTag(String) Returns the tag in the collection with the given name.
IndexOf(ObjectTag) Returns the index of the given tag. If the given tag does not exist in the collection, returns -1.
RemoveAt(Int32) Removes the tag at the given index from the collection.

Properties

Name Description
TagNames The names of the tags in the collection.