BuiltInFailures.TagFailures Class


Built In Failures Tag Failures Class

Failures about Tag.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB BuiltInFailures TagFailures

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class TagFailures

The BuiltInFailures TagFailures type exposes the following members.

Properties
Name Description
Public property Static member CannotCopyTag A tag cannot be arrayed without copying the associated element.
Public property Static member CannotCopyTagWarn A tag cannot be arrayed without copying the associated element.
Public property Static member CannotPasteAssociate Can't find new associated element. Element won't be copied.
Public property Static member CannotPasteOrphanTags Orphaned tags cannot be pasted.
Public property Static member CannotPasteOrphanTagsWarn Orphaned tags cannot be pasted.
Public property Static member CannotPasteTag Can't find new element to tag. Tag won't be copied.
Public property Static member CannotRemapTagReference The tag reference was not remapped.
Public property Static member ElementCategoryChangeInvalidatesTag Elements have changed category. Tags for these elements are now of the wrong category and will be deleted.
Public property Static member ElementCategoryChangeInvalidatesTagUpgrade During upgrade, Revit discovered that the highlighted elements were marked with tags of the wrong category. These tags were deleted.
Public property Static member MultiCategoryTagFilterParamNotFoundInElement The filter specified by Multi-Category Tag can't be used with the tagged object.
Public property Static member RemoveTagWithNoLeaders The Tag was deleted because it was no longer pointing to any elements.
Public property Static member TagsCannotBePlacedInUnlocked3dViews Tags can't be pasted into Unlocked 3D views.
Top
See Also