2022 Class
Changes 0
C

LinkElementId

Description:
LinkElementId represents an element in a linked document.
Remarks:
The id contains two element ids:
  1. The id of the linked model element in host document.
  2. The id of the element in the linked model document.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LinkElementId
public class LinkElementId
Name Return Type Description
C LinkElementId(ElementId) None Creates a new LinkElementId representing an element in the host document.
C LinkElementId(ElementId, ElementId) None Creates a new LinkElementId representing an element in a linked document.
Name Return Type Description
M op_Equality(LinkElementId, LinkElementId) bool Determines whether these two LinkElementIds are the same.
M Equals(Object) bool Determines whether the specified is equal to the current .
M op_Inequality(LinkElementId, LinkElementId) bool Determines whether these two LinkElementIds are different.
Name Return Type Description
P HostElementId ElementId The id of the element in the host, or invalidElementId if there is a link.
P LinkedElementId ElementId The id of the element in the link, or invalidElementId if no link.
P LinkInstanceId ElementId The id of the link, or invalidElementId if no link.