<Code Lib>
2020 Method
Changes 0
M

MultiReferenceAnnotation.AreElementsValidForMultiReferenceAnnotation

Description:
The method validates if the input elements match the element category id for the MultiReferenceAnnotationType.

public static bool AreElementsValidForMultiReferenceAnnotation(
	Document document,
	MultiReferenceAnnotationOptions options
)

Return Value bool Returns true if the input elements match the element category id for the MultiReferenceAnnotationType, false otherwise.

Loading…