<Code Lib>
2022 Method
Changes 0
M

MultiReferenceAnnotationOptions.SetAdditionalReferencesToDimension

Description:
Sets the additional references which the dimension will witness.
Remarks:
The additional references to dimension cannot come from the same category as the MultiReferenceAnnotationType's reference category.

public void SetAdditionalReferencesToDimension(
	IList<Reference> referencesToDimension
)

  • IList<Reference>
    referencesToDimension
    The additional references which the dimension will witness.

Loading…