<Code Lib>
2020 Method
Changes 0
M

MultiReferenceAnnotationOptions.ReferencesDontMatchReferenceCategory

Description:
Verifies that all of the references belongs to elements which doesn't match the reference category required by the MultiReferenceAnnotationType.

public bool ReferencesDontMatchReferenceCategory(
	IList<Reference> references
)

Return Value bool Returns true if the element categories of all tested references do not match the element category required by the MultiReferenceAnnotationType.

Loading…