TagMode Enumeration
The modes of tag creation that are supported for IndependentTags.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

Syntax

C#
public enum TagMode
Visual Basic
Public Enumeration TagMode
Visual C++
public enum class TagMode

Members

Member nameDescription
TM_ADDBY_CATEGORY Add a single category tag.
TM_ADDBY_MULTICATEGORY Add a multi-category tag.
TM_ADDBY_MATERIAL Add a material tag.

See Also