Revit 2026 API
Multi |
Gets the additional references which the dimension will witness.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Reference> GetAdditionalReferencesToDimension()
Public Function GetAdditionalReferencesToDimension As IList(Of Reference)
public: IList<Reference^>^ GetAdditionalReferencesToDimension()
member GetAdditionalReferencesToDimension : unit -> IList<Reference>
Return Value
IListReferenceThe additional references which the dimension will witness.

These references may be to elements of other categories than the reference category returned by MultiReferenceAnnotationType.
See Also