Creates a Reference from a Reference in an RVT Link.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public Reference CreateLinkReference( RevitLinkInstance revitLinkInstance )
Parameters
- revitLinkInstance RevitLinkInstance
- Id of the RevitLinkInstance that contains the reference.
Return Value
ReferenceExceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when revitLinkInstance is nullptr. |