class ITagSet

robot_2Generated
code_blocksInput

Description

The ITagSet interface in the Sandbox namespace provides a set of methods for managing tags. Tags are used to categorize or label objects, allowing for easy identification and grouping.

Members

Instance Methods

Member NameSummary
RemoveAllRemove all tags from the set.
HasCheck if a specific tag exists in the set.
AddAdd a tag to the set.
RemoveRemove a specific tag from the set.
SetSet the state of a specific tag in the set.
TryGetAllTry to get all tags in the set.
GetTokensRetrieve all tag tokens in the set.
SetFromSet tags from another tag set.
ToggleToggle the presence of a specific tag in the set.
HasAnyCheck if any of the specified tags exist in the set.
HasAllCheck if all of the specified tags exist in the set.
GetEnumeratorGet an enumerator for iterating through the tags in the set.