RVTDocs.com

MultiReferenceAnnotationOptions.SetAdditionalReferencesToDimension

Method
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.
Syntax
public void SetAdditionalReferencesToDimension(
	IList<Reference> referencesToDimension
)
Parameters
Parameter Type Description
referencesToDimension IList The additional references which the dimension will witness.
Return Value
Exceptions
Exception Condition
ArgumentException Some references come from elements which directly match the reference category required by the MultiReferenceAnnotationType. For those elements please use SetElementsToDimension.
ArgumentNullException A non-optional argument was null