<Code Lib>
2023 Method
Changes 0
M

MultiReferenceAnnotationType.IsAllowedTagType

Description:
Checks if the tag type can be assigned to this multi-reference annotation type.
Remarks:
Only tag types which exclusively tag elements from the multi-reference annotation's reference category can be used.

public bool IsAllowedTagType(
	ElementId tagTypeId
)

Return Value bool True if the tag type exclusively tags elements from the multi-reference annotation's reference category.

Loading…