<Code Lib>
2025.3 Method
Changes 0
M

MultiReferenceAnnotationOptions.ElementsMatchReferenceCategory

Description:
Verifies that all of the elements match the reference category required by the MultiReferenceAnnotationType.

public bool ElementsMatchReferenceCategory(
	ICollection<ElementId> elements
)

  • ICollection<ElementId>
    elements
    The elements to test.
Return Value Boolean True if all the elements match the reference category required by the MultiReferenceAnnotationType.

Loading…