RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LinkElementId

LinkElementId(ElementId, ElementId)

Constructor
Description:
Creates a new LinkElementId representing an element in a linked document.
Syntax
public LinkElementId(
	ElementId linkInstanceId,
	ElementId elementId
)
Parameters
Parameter Type Description
linkInstanceId ElementId The id of the linked model element in the host document.
elementId ElementId The id of the element in the linked model document.
Return Value