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

LinkElementId(ElementId)

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