The modes of tag creation that are supported for IndependentTags.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum TagMode
Members
Member name | Value | Description |
---|---|---|
TM_ADDBY_CATEGORY | 0 | Add a single category tag. |
TM_ADDBY_MATERIAL | 2 | Add a material tag. |
TM_ADDBY_MULTICATEGORY | 1 | Add a multi-category tag. |