Revit 2025 API
Multi |
The tag type which will be used by the child tag the multi-reference annotation.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId TagTypeId { get; set; }
Public Property TagTypeId As ElementId Get Set
public: property ElementId^ TagTypeId { ElementId^ get (); void set (ElementId^ value); }
member TagTypeId : ElementId with get, set
Property Value
ElementIdThe tag type must be able to tag elements belonging to the multi-reference annotation's reference category.

Exception | Condition |
---|---|
ArgumentException | When setting this property: The tag type is not allowed. |
ArgumentNullException | When setting this property: A non-optional argument was null |
See Also