Skip to content

RemoveTag

Removes a tag from instance tags.

myInstance.RemoveTag(tag: string):Instance (Instance)

Parameters

string tag
    The tag name to remove.

Returns

Always returns the current Instance.

Remarks

Tag name comparison is case-insensitive.

See Also