| Revit Preview Release API |
| MultiReferenceAnnotationType..::..GetAllowedTagCategory Method |
| MultiReferenceAnnotationType Class See Also |
Returns the category ID for the tag types which can be used by this multi-reference annotation type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2014
Syntax
| C# |
|---|
public ElementId GetAllowedTagCategory() |
| Visual Basic |
|---|
Public Function GetAllowedTagCategory As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetAllowedTagCategory() |
Return Value
The allowed tag category ID.
Remarks
The allowed tag category is determined by the reference category of this multi-reference annotation type.