Revit Preview Release API |
LinkElementId Constructor (ElementId) |
LinkElementId Class See Also |
Creates a new LinkElementId representing an element in the host document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2011
Syntax
C# |
---|
public LinkElementId( ElementId elementId ) |
Visual Basic |
---|
Public Sub New ( _ elementId As ElementId _ ) |
Visual C++ |
---|
public: LinkElementId( ElementId^ elementId ) |
Parameters
- elementId
- Type: Autodesk.Revit.DB..::..ElementId
The id of the element in the host document.