Revit 2018 API |
MultiReferenceAnnotationType..::..IsAllowedTagCategory Method |
MultiReferenceAnnotationType Class See Also |
Returns true if tag types belonging to this category can be used with multi-reference annotation types.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2014
Syntax
C# |
---|
public static bool IsAllowedTagCategory( ElementId tagCategoryId ) |
Visual Basic |
---|
Public Shared Function IsAllowedTagCategory ( _ tagCategoryId As ElementId _ ) As Boolean |
Visual C++ |
---|
public: static bool IsAllowedTagCategory( ElementId^ tagCategoryId ) |
Parameters
- tagCategoryId
- Type: Autodesk.Revit.DB..::..ElementId
The tag category to test.
Remarks
Only Structural Rebar Tags are allowed.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |