Skip to content

RemoveTag

Removes a tag from instance tags.

1
myInstance.RemoveTag(tag: string):Instance

Parameters

string tag
    Tag name to be removed.

Returns

Always return the current instance of Instance

Remarks

Name comparison is ignores the casing of tag.

See Also