Checks if the tag type can be assigned to this multi-reference annotation type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAllowedTagType(
ElementId tagTypeId
)
Parameters
- tagTypeId ElementId
-
The tag type to test.
Return Value
Boolean
True if the tag type exclusively tags elements from the multi-reference annotation's reference category.
Exceptions
Remarks
Only tag types which exclusively tag elements from the multi-reference annotation's reference category can be used.
See Also
Reference