Remove method

Removes the tag object specified by Index.
The value of Index can be between 1 and Count, inclusive, or the name of a tag.
Syntax
Group
.
Remove
(
Index
)
where
Group
– is the name of a TagGroup object or an expression that evaluates to a TagGroup object.
Index
– is a parameter of the type Variant that specifies the tag to be removed. The value of Index can be between 1 and Count, inclusive, or the name of a tag. Relative names are resolved using the HomeAreaName property value.
Remarks
If the tag is not found in the group, the error tagErrorCollectionIndex is raised.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal