ReferenceCreateLinkReference Method

Creates a Reference from a Reference in an RVT Link.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Reference CreateLinkReference(
	RevitLinkInstance revitLinkInstance
)

Parameters

revitLinkInstance  RevitLinkInstance
Id of the RevitLinkInstance that contains the reference.

Return Value

Reference
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when revitLinkInstance is .
Remarks
The reference that is returned can be used to create a family instance on a face in an RVT link.
See Also