The modes of tag creation that are supported for IndependentTags.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration TagMode
public enum class TagMode
MembersMember name | Value | Description |
---|
TM_ADDBY_CATEGORY | 0 |
Add a single category tag.
|
TM_ADDBY_MULTICATEGORY | 1 |
Add a multi-category tag.
|
TM_ADDBY_MATERIAL | 2 |
Add a material tag.
|
See Also