deleteTags operation
Syntax
deleteTags()
deleteTags(tagQuery)
deleteTags(tagQuery, components)
Parameters
- tagQuery (string)
The query defining which tags to delete. See also Geometry Tagging: Essential Knowledge. - components (selector)
all Default. Deletes tags from all components. faces Only deletes face tags. edges Only deletes edge tags. vertices Only deletes vertex tags.
Description
The deleteTags operation deletes tags from the geometry. If a tagQuery is provided, only matching tags are deleted. If components are specified, only their tags are deleted.
Related
- Geometry Tagging: Essential Knowledge
- tag operation
- setTagsFromEdgeAttrs operation
- geometry.hasTags function
- geometry.tags function
Copyright ©2008-2025 Esri R&D Center Zurich. All rights reserved.