Creates a Reference from a Reference in an RVT Link.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Reference CreateLinkReference(
RevitLinkInstance revitLinkInstance
)
Parameters
- revitLinkInstance RevitLinkInstance
- Id of the RevitLinkInstance that contains the reference.
Return Value
Reference
Exceptions
Remarks
The reference that is returned can be used to create a family instance on a face in an RVT link.
See Also
Reference